#CAF1CA

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

Shades of Granny Apple #CAF1CA

Tints of Granny Apple #CAF1CA

Color information

#CAF1CA (or 0xCAF1CA) is unknown color: approx Granny Apple. HEX triplet: CA, F1 and CA. RGB value is (202,241,202). Sum of RGB (Red+Green+Blue) = 202+241+202=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1CA is #350E35. Grayscale: #E1E1E1. Windows color (decimal): -3477046 or 13300170. OLE color: 13300170.

HSL color Cylindrical-coordinate representation of color #CAF1CA: hue angle of 120º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF1CA is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB202241202-
CMYK0.1600.160.05
HSL120º58.21%86.86%-
HSV(B)120º16.18%94.51%-
XYZ66.4779.7367.76-
YUV224.89115.08111.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.32%
GREEN value IS 241 (94.53% from 255) = 37.36%
BLUE value IS 202 (79.30% from 255) = 31.32%
R=31.32%
G=37.36%
B=31.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022412020.1600.160.0512058.2186.86
HexCAF1CA100105783a57
Octal31236131220020517072127
Binary1100101011110001110010101000001000010111110001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF1CA; }

 p { color: rgb(202,241,202); }

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

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

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

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

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

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

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