Html Css Color HEX #CAFFD0 Granny Apple

📋 copy color: '#CAFFD0'

red 202 ◦ green 255 ◦ blue 208

#CAFFD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Apple #CAFFD0

Tints of Granny Apple #CAFFD0

RGB

 RED value IS 202 (79.3% 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 value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#CAFFD0 (or 0xCAFFD0) is known color: 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

RGB 202 255 208 -
CMYK 0.21 0 0.18 0
HSL 126.79º 1% 0.9% -
HSV(B) 126.79º 0.21% 1% -
XYZ 71.5 88.63 73.01 -
YUV 233.8 113.44 105.32 -
System Red Green Blue C M Y K H S L
Decimal 202 255 208 0.21 0 0.18 0 126.79 1 0.9
Hex CA FF D0 15 0 12 0 7F 64 5A
Octal 312 377 320 25 0 22 0 177 144 132
Binary 11001010 11111111 11010000 10101 0 10010 0 1111111 1100100 1011010

Color Harmonies of #CAFFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFFD0

Black with #CAFFD0

Text Example


Text Example

White with #CAFFD0

Text Example


Text Example

HTML Codes & Css Web 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>