Html Css Color HEX #CAFBCC Granny Apple

📋 copy color: '#CAFBCC'

red 202 ◦ green 251 ◦ blue 204

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

Shades of Granny Apple #CAFBCC

Tints of Granny Apple #CAFBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.05%

R = 30.75%
G = 38.2%
B = 31.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#CAFBCC (or 0xCAFBCC) is known color: Granny Apple. HEX triplet: CA, FB and CC. RGB value is (202,251,204). Sum of RGB (Red+Green+Blue) = 202+251+204=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 251 (98.44% from 255 or 38.20% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBCC is #350433. Grayscale: #E7E7E7. Windows color (decimal): -3474484 or 13433802. OLE color: 13433802.

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

Color convert

RGB 202 251 204 -
CMYK 0.20 0 0.19 0.02
HSL 122.45º 0.86% 0.89% -
HSV(B) 122.45º 0.2% 0.98% -
XYZ 69.75 85.91 70.03 -
YUV 230.99 112.77 107.32 -
System Red Green Blue C M Y K H S L
Decimal 202 251 204 0.20 0 0.19 0.02 122.45 0.86 0.89
Hex CA FB CC 14 0 13 2 7A 56 59
Octal 312 373 314 24 0 23 2 172 126 131
Binary 11001010 11111011 11001100 10100 0 10011 10 1111010 1010110 1011001

Color Harmonies of #CAFBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFBCC

Black with #CAFBCC

Text Example


Text Example

White with #CAFBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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