Html Css Color HEX #CAF9CE Granny Apple

📋 copy color: '#CAF9CE'

red 202 ◦ green 249 ◦ blue 206

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

Shades of Granny Apple #CAF9CE

Tints of Granny Apple #CAF9CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.35%

R = 30.75%
G = 37.9%
B = 31.35%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#CAF9CE (or 0xCAF9CE) is known color: Granny Apple. HEX triplet: CA, F9 and CE. RGB value is (202,249,206). Sum of RGB (Red+Green+Blue) = 202+249+206=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 249 (97.66% from 255 or 37.90% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF9CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF9CE is #350631. Grayscale: #E6E6E6. Windows color (decimal): -3474994 or 13564362. OLE color: 13564362.

HSL color Cylindrical-coordinate representation of color #CAF9CE: hue angle of 125.11º 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 #CAF9CE is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 249 206 -
CMYK 0.19 0 0.17 0.02
HSL 125.11º 0.8% 0.88% -
HSV(B) 125.11º 0.19% 0.98% -
XYZ 69.37 84.76 71.1 -
YUV 230.05 114.43 108 -
System Red Green Blue C M Y K H S L
Decimal 202 249 206 0.19 0 0.17 0.02 125.11 0.8 0.88
Hex CA F9 CE 13 0 11 2 7D 50 58
Octal 312 371 316 23 0 21 2 175 120 130
Binary 11001010 11111001 11001110 10011 0 10001 10 1111101 1010000 1011000

Color Harmonies of #CAF9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF9CE

Black with #CAF9CE

Text Example


Text Example

White with #CAF9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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