Html Css Color HEX #CAF1CB Granny Apple

📋 copy color: '#CAF1CB'

red 202 ◦ green 241 ◦ blue 203

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

Shades of Granny Apple #CAF1CB

Tints of Granny Apple #CAF1CB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.31%

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

R = 31.27%
G = 37.31%
B = 31.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#CAF1CB (or 0xCAF1CB) is known color: Granny Apple. HEX triplet: CA, F1 and CB. RGB value is (202,241,203). Sum of RGB (Red+Green+Blue) = 202+241+203=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 241 (94.53% from 255 or 37.31% from 646); Blue value is 203 (79.69% from 255 or 31.42% from 646); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1CB is #350E34. Grayscale: #E1E1E1. Windows color (decimal): -3477045 or 13365706. OLE color: 13365706.

HSL color Cylindrical-coordinate representation of color #CAF1CB: hue angle of 121.54º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF1CB is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 241 203 -
CMYK 0.16 0 0.16 0.05
HSL 121.54º 0.58% 0.87% -
HSV(B) 121.54º 0.16% 0.95% -
XYZ 66.59 79.78 68.39 -
YUV 225.01 115.58 111.59 -
System Red Green Blue C M Y K H S L
Decimal 202 241 203 0.16 0 0.16 0.05 121.54 0.58 0.87
Hex CA F1 CB 10 0 10 5 7A 3A 57
Octal 312 361 313 20 0 20 5 172 72 127
Binary 11001010 11110001 11001011 10000 0 10000 101 1111010 111010 1010111

Color Harmonies of #CAF1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF1CB

Black with #CAF1CB

Text Example


Text Example

White with #CAF1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF1CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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