Html Css Color HEX #CAFBD4 Granny Apple

📋 copy color: '#CAFBD4'

red 202 ◦ green 251 ◦ blue 212

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

Shades of Granny Apple #CAFBD4

Tints of Granny Apple #CAFBD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 31.88%

R = 30.38%
G = 37.74%
B = 31.88%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#CAFBD4 (or 0xCAFBD4) is known color: Granny Apple. HEX triplet: CA, FB and D4. RGB value is (202,251,212). Sum of RGB (Red+Green+Blue) = 202+251+212=665 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.38% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 212 (83.20% from 255 or 31.88% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBD4 is #35042B. Grayscale: #E8E8E8. Windows color (decimal): -3474476 or 13958090. OLE color: 13958090.

HSL color Cylindrical-coordinate representation of color #CAFBD4: hue angle of 132.24º 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 #CAFBD4 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 251 212 -
CMYK 0.20 0 0.16 0.02
HSL 132.24º 0.86% 0.89% -
HSV(B) 132.24º 0.2% 0.98% -
XYZ 70.74 86.3 75.22 -
YUV 231.9 116.77 106.67 -
System Red Green Blue C M Y K H S L
Decimal 202 251 212 0.20 0 0.16 0.02 132.24 0.86 0.89
Hex CA FB D4 14 0 10 2 84 56 59
Octal 312 373 324 24 0 20 2 204 126 131
Binary 11001010 11111011 11010100 10100 0 10000 10 10000100 1010110 1011001

Color Harmonies of #CAFBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFBD4

Black with #CAFBD4

Text Example


Text Example

White with #CAFBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFBD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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