#CAF21C

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

Shades of Pear #CAF21C

Tints of Pear #CAF21C

Color information

#CAF21C (or 0xCAF21C) is unknown color: approx Pear. HEX triplet: CA, F2 and 1C. RGB value is (202,242,28). Sum of RGB (Red+Green+Blue) = 202+242+28=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 28 (11.33% from 255 or 5.93% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF21C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF21C is #350DE3. Grayscale: #CECECE. Windows color (decimal): -3476964 or 1897162. OLE color: 1897162.

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

Color convert

RGB20224228-
CMYK0.1700.880.05
HSL71.21º89.17%52.94%-
HSV(B)71.21º88.43%94.9%-
XYZ56.3276.1412.83-
YUV205.6427.75125.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 242 (94.92% from 255) = 51.27%
BLUE value IS 28 (11.33% from 255) = 5.93%
R=42.80%
G=51.27%
B=5.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal202242280.1700.880.0571.2189.1752.94
HexCAF21C110585475935
Octal31236234210130510713165
Binary110010101111001011100100010101100010110001111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF21C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF21C; }

 p { color: rgb(202,242,28); }

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

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

 a { background-color: rgb(202,242,28); }

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

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

 span { border-color: rgb(202,242,28); }

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