#CAFFD0

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

Shades of Granny Apple #CAFFD0

Tints of Granny Apple #CAFFD0

Color information

#CAFFD0 (or 0xCAFFD0) is unknown color: approx Granny Apple. HEX triplet: CA, FF and D0. RGB value is (202,255,208). Sum of RGB (Red+Green+Blue) = 202+255+208=665 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.38% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 208 (81.64% from 255 or 31.28% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFD0 is #35002F. Grayscale: #E9E9E9. Windows color (decimal): -3473456 or 13696970. OLE color: 13696970.

HSL color Cylindrical-coordinate representation of color #CAFFD0: hue angle of 126.79º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAFFD0 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB202255208-
CMYK0.2100.180
HSL126.79º100%89.61%-
HSV(B)126.79º20.78%100%-
XYZ71.588.6373.01-
YUV233.8113.44105.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.38%
GREEN value IS 255 (100% from 255) = 38.35%
BLUE value IS 208 (81.64% from 255) = 31.28%
R=30.38%
G=38.35%
B=31.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022552080.2100.180126.7910089.61
HexCAFFD01501207f645a
Octal312377320250220177144132
Binary110010101111111111010000101010100100111111111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFD0; }

 p { color: rgb(202,255,208); }

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

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

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

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

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

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

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