Html Css Color HEX #CAFBD8 Granny Apple

📋 copy color: '#CAFBD8'

red 202 ◦ green 251 ◦ blue 216

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

Shades of Granny Apple #CAFBD8

Tints of Granny Apple #CAFBD8

RGB

 RED value IS 202 (79.3% from 255) = 30.19%

 GREEN value IS 251 (98.44% from 255) = 37.52%

 BLUE value IS 216 (84.77% from 255) = 32.29%

R = 30.19%
G = 37.52%
B = 32.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#CAFBD8 (or 0xCAFBD8) is known color: Granny Apple. HEX triplet: CA, FB and D8. RGB value is (202,251,216). Sum of RGB (Red+Green+Blue) = 202+251+216=669 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.19% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 216 (84.77% from 255 or 32.29% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBD8 is #350427. Grayscale: #E8E8E8. Windows color (decimal): -3474472 or 14220234. OLE color: 14220234.

HSL color Cylindrical-coordinate representation of color #CAFBD8: hue angle of 137.14º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFBD8 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 251 216 -
CMYK 0.20 0 0.14 0.02
HSL 137.14º 0.86% 0.89% -
HSV(B) 137.14º 0.2% 0.98% -
XYZ 71.25 86.51 77.91 -
YUV 232.36 118.77 106.35 -
System Red Green Blue C M Y K H S L
Decimal 202 251 216 0.20 0 0.14 0.02 137.14 0.86 0.89
Hex CA FB D8 14 0 E 2 89 56 59
Octal 312 373 330 24 0 16 2 211 126 131
Binary 11001010 11111011 11011000 10100 0 1110 10 10001001 1010110 1011001

Color Harmonies of #CAFBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFBD8

Black with #CAFBD8

Text Example


Text Example

White with #CAFBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFBD8; }

 p { color: rgb(202,251,216); }

 H1.HeaderClassName
 {
   color: #CAFBD8;
 }
 .AnyTagClassName
 {
   color: #CAFBD8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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