Html Css Color HEX #CAF5CB Granny Apple

📋 copy color: '#CAF5CB'

red 202 ◦ green 245 ◦ blue 203

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

Shades of Granny Apple #CAF5CB

Tints of Granny Apple #CAF5CB

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.69%

 BLUE value IS 203 (79.69% from 255) = 31.23%

R = 31.08%
G = 37.69%
B = 31.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#CAF5CB (or 0xCAF5CB) is known color: Granny Apple. HEX triplet: CA, F5 and CB. RGB value is (202,245,203). Sum of RGB (Red+Green+Blue) = 202+245+203=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 245 (96.09% from 255 or 37.69% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF5CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF5CB is #350A34. Grayscale: #E3E3E3. Windows color (decimal): -3476021 or 13366730. OLE color: 13366730.

HSL color Cylindrical-coordinate representation of color #CAF5CB: hue angle of 121.4º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAF5CB is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 245 203 -
CMYK 0.18 0 0.17 0.04
HSL 121.4º 0.68% 0.88% -
HSV(B) 121.4º 0.18% 0.96% -
XYZ 67.79 82.17 68.79 -
YUV 227.36 114.25 109.92 -
System Red Green Blue C M Y K H S L
Decimal 202 245 203 0.18 0 0.17 0.04 121.4 0.68 0.88
Hex CA F5 CB 12 0 11 4 79 44 58
Octal 312 365 313 22 0 21 4 171 104 130
Binary 11001010 11110101 11001011 10010 0 10001 100 1111001 1000100 1011000

Color Harmonies of #CAF5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF5CB

Black with #CAF5CB

Text Example


Text Example

White with #CAF5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF5CB; }

 p { color: rgb(202,245,203); }

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

background-color css

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

 a { background-color: rgb(202,245,203); }

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

border-color css

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

 span { border-color: rgb(202,245,203); }

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