#CAF324

Color #CAF324 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #CAF324

Tints of Pear #CAF324

Color information

#CAF324 (or 0xCAF324) is unknown color: approx Pear. HEX triplet: CA, F3 and 24. RGB value is (202,243,36). Sum of RGB (Red+Green+Blue) = 202+243+36=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 36 (14.45% from 255 or 7.48% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF324 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF324 is #350CDB. Grayscale: #CFCFCF. Windows color (decimal): -3476700 or 2421706. OLE color: 2421706.

HSL color Cylindrical-coordinate representation of color #CAF324: hue angle of 71.88º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAF324 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB20224336-
CMYK0.1700.850.05
HSL71.88º89.61%54.71%-
HSV(B)71.88º85.19%95.29%-
XYZ56.7376.7913.5-
YUV207.1431.42124.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 243 (95.31% from 255) = 50.52%
BLUE value IS 36 (14.45% from 255) = 7.48%
R=42.00%
G=50.52%
B=7.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal202243360.1700.850.0571.8889.6154.71
HexCAF324110555485a37
Octal31236344210125511013267
Binary1100101011110011100100100010101010110110010001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF324; }

 p { color: rgb(202,243,36); }

 H1.HeaderClassName
 {
   color: #CAF324;
 }
 .AnyTagClassName
 {
   color: #CAF324;
 }
</style>
background-color css

<style>
 a { background-color: #CAF324; }

 a { background-color: rgb(202,243,36); }

 div.DivClassName
 {
   background-color: #CAF324;
 }
 .BgClassName
 {
   background-color: #CAF324;
 }
</style>
border-color css

<style>
 span { border-color: #CAF324; }

 span { border-color: rgb(202,243,36); }

 td.TdClassName
 {
   border-color: #CAF324;
 }
 .TagClassName
 {
   border-color: #CAF324;
 }
</style>