Html Css Color HEX #CAFCCD Granny Apple

📋 copy color: '#CAFCCD'

red 202 ◦ green 252 ◦ blue 205

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

Shades of Granny Apple #CAFCCD

Tints of Granny Apple #CAFCCD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.24%

 BLUE value IS 205 (80.47% from 255) = 31.11%

R = 30.65%
G = 38.24%
B = 31.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#CAFCCD (or 0xCAFCCD) is known color: Granny Apple. HEX triplet: CA, FC and CD. RGB value is (202,252,205). Sum of RGB (Red+Green+Blue) = 202+252+205=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 252 (98.83% from 255 or 38.24% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFCCD is #350332. Grayscale: #E7E7E7. Windows color (decimal): -3474227 or 13499594. OLE color: 13499594.

HSL color Cylindrical-coordinate representation of color #CAFCCD: hue angle of 123.6º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFCCD is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 252 205 -
CMYK 0.20 0 0.19 0.01
HSL 123.6º 0.89% 0.89% -
HSV(B) 123.6º 0.2% 0.99% -
XYZ 70.19 86.59 70.77 -
YUV 231.69 112.94 106.82 -
System Red Green Blue C M Y K H S L
Decimal 202 252 205 0.20 0 0.19 0.01 123.6 0.89 0.89
Hex CA FC CD 14 0 13 1 7C 59 59
Octal 312 374 315 24 0 23 1 174 131 131
Binary 11001010 11111100 11001101 10100 0 10011 1 1111100 1011001 1011001

Color Harmonies of #CAFCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFCCD

Black with #CAFCCD

Text Example


Text Example

White with #CAFCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFCCD; }

 p { color: rgb(202,252,205); }

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

background-color css

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

 a { background-color: rgb(202,252,205); }

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

border-color css

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

 span { border-color: rgb(202,252,205); }

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