#CAF9DA

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

Shades of Granny Apple #CAF9DA

Tints of Granny Apple #CAF9DA

Color information

#CAF9DA (or 0xCAF9DA) is unknown color: approx Granny Apple. HEX triplet: CA, F9 and DA. RGB value is (202,249,218). Sum of RGB (Red+Green+Blue) = 202+249+218=669 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.19% from 669); Green value is 249 (97.66% from 255 or 37.22% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF9DA is #350625. Grayscale: #E7E7E7. Windows color (decimal): -3474982 or 14350794. OLE color: 14350794.

HSL color Cylindrical-coordinate representation of color #CAF9DA: hue angle of 140.43º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF9DA is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB202249218-
CMYK0.1900.120.02
HSL140.43º79.66%88.43%-
HSV(B)140.43º18.88%97.65%-
XYZ70.8985.3779.07-
YUV231.41120.43107.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.19%
GREEN value IS 249 (97.66% from 255) = 37.22%
BLUE value IS 218 (85.55% from 255) = 32.59%
R=30.19%
G=37.22%
B=32.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022492180.1900.120.02140.4379.6688.43
HexCAF9DA130C28c5058
Octal312371332230142214120130
Binary1100101011111001110110101001101100101000110010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF9DA; }

 p { color: rgb(202,249,218); }

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

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

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

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

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

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

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