Html Css Color HEX #CAF9D2 Granny Apple

📋 copy color: '#CAF9D2'

red 202 ◦ green 249 ◦ blue 210

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

Shades of Granny Apple #CAF9D2

Tints of Granny Apple #CAF9D2

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.67%

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

R = 30.56%
G = 37.67%
B = 31.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#CAF9D2 (or 0xCAF9D2) is known color: Granny Apple. HEX triplet: CA, F9 and D2. RGB value is (202,249,210). Sum of RGB (Red+Green+Blue) = 202+249+210=661 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.56% from 661); Green value is 249 (97.66% from 255 or 37.67% from 661); Blue value is 210 (82.42% from 255 or 31.77% from 661); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF9D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF9D2 is #35062D. Grayscale: #E6E6E6. Windows color (decimal): -3474990 or 13826506. OLE color: 13826506.

HSL color Cylindrical-coordinate representation of color #CAF9D2: hue angle of 130.21º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF9D2 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 249 210 -
CMYK 0.19 0 0.16 0.02
HSL 130.21º 0.8% 0.88% -
HSV(B) 130.21º 0.19% 0.98% -
XYZ 69.87 84.96 73.69 -
YUV 230.5 116.43 107.67 -
System Red Green Blue C M Y K H S L
Decimal 202 249 210 0.19 0 0.16 0.02 130.21 0.8 0.88
Hex CA F9 D2 13 0 10 2 82 50 58
Octal 312 371 322 23 0 20 2 202 120 130
Binary 11001010 11111001 11010010 10011 0 10000 10 10000010 1010000 1011000

Color Harmonies of #CAF9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF9D2

Black with #CAF9D2

Text Example


Text Example

White with #CAF9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF9D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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