Html Css Color HEX #CAF1CA Granny Apple

📋 copy color: '#CAF1CA'

red 202 ◦ green 241 ◦ blue 202

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

Shades of Granny Apple #CAF1CA

Tints of Granny Apple #CAF1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.32%

R = 31.32%
G = 37.36%
B = 31.32%

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

#CAF1CA (or 0xCAF1CA) is known color: Granny Apple. HEX triplet: CA, F1 and CA. RGB value is (202,241,202). Sum of RGB (Red+Green+Blue) = 202+241+202=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1CA is #350E35. Grayscale: #E1E1E1. Windows color (decimal): -3477046 or 13300170. OLE color: 13300170.

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

Color convert

RGB 202 241 202 -
CMYK 0.16 0 0.16 0.05
HSL 120º 0.58% 0.87% -
HSV(B) 120º 0.16% 0.95% -
XYZ 66.47 79.73 67.76 -
YUV 224.89 115.08 111.67 -
System Red Green Blue C M Y K H S L
Decimal 202 241 202 0.16 0 0.16 0.05 120 0.58 0.87
Hex CA F1 CA 10 0 10 5 78 3A 57
Octal 312 361 312 20 0 20 5 170 72 127
Binary 11001010 11110001 11001010 10000 0 10000 101 1111000 111010 1010111

Color Harmonies of #CAF1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF1CA

Black with #CAF1CA

Text Example


Text Example

White with #CAF1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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