Html Css Color HEX #CAF2D2 Granny Apple

📋 copy color: '#CAF2D2'

red 202 ◦ green 242 ◦ blue 210

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

Shades of Granny Apple #CAF2D2

Tints of Granny Apple #CAF2D2

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37%

 BLUE value IS 210 (82.42% from 255) = 32.11%

R = 30.89%
G = 37%
B = 32.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#CAF2D2 (or 0xCAF2D2) is known color: Granny Apple. HEX triplet: CA, F2 and D2. RGB value is (202,242,210). Sum of RGB (Red+Green+Blue) = 202+242+210=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 210 (82.42% from 255 or 32.11% from 654); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF2D2 is #350D2D. Grayscale: #E2E2E2. Windows color (decimal): -3476782 or 13824714. OLE color: 13824714.

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

Color convert

RGB 202 242 210 -
CMYK 0.17 0 0.13 0.05
HSL 132º 0.61% 0.87% -
HSV(B) 132º 0.17% 0.95% -
XYZ 67.74 80.71 72.98 -
YUV 226.39 118.75 110.6 -
System Red Green Blue C M Y K H S L
Decimal 202 242 210 0.17 0 0.13 0.05 132 0.61 0.87
Hex CA F2 D2 11 0 D 5 84 3D 57
Octal 312 362 322 21 0 15 5 204 75 127
Binary 11001010 11110010 11010010 10001 0 1101 101 10000100 111101 1010111

Color Harmonies of #CAF2D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF2D2

Black with #CAF2D2

Text Example


Text Example

White with #CAF2D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF2D2; }

 p { color: rgb(202,242,210); }

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

background-color css

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

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

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

border-color css

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

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

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