Html Css Color HEX #CAFFD7 Granny Apple

📋 copy color: '#CAFFD7'

red 202 ◦ green 255 ◦ blue 215

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

Shades of Granny Apple #CAFFD7

Tints of Granny Apple #CAFFD7

RGB

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

 GREEN value IS 255 (100% from 255) = 37.95%

 BLUE value IS 215 (84.38% from 255) = 31.99%

R = 30.06%
G = 37.95%
B = 31.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#CAFFD7 (or 0xCAFFD7) is known color: Granny Apple. HEX triplet: CA, FF and D7. RGB value is (202,255,215). Sum of RGB (Red+Green+Blue) = 202+255+215=672 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.06% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFD7 is #350028. Grayscale: #EAEAEA. Windows color (decimal): -3473449 or 14155722. OLE color: 14155722.

HSL color Cylindrical-coordinate representation of color #CAFFD7: hue angle of 134.72º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAFFD7 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 202 255 215 -
CMYK 0.21 0 0.16 0
HSL 134.72º 1% 0.9% -
HSV(B) 134.72º 0.21% 1% -
XYZ 72.38 88.98 77.65 -
YUV 234.59 116.94 104.75 -
System Red Green Blue C M Y K H S L
Decimal 202 255 215 0.21 0 0.16 0 134.72 1 0.9
Hex CA FF D7 15 0 10 0 87 64 5A
Octal 312 377 327 25 0 20 0 207 144 132
Binary 11001010 11111111 11010111 10101 0 10000 0 10000111 1100100 1011010

Color Harmonies of #CAFFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFFD7

Black with #CAFFD7

Text Example


Text Example

White with #CAFFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFFD7; }

 p { color: rgb(202,255,215); }

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

background-color css

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

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

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

border-color css

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

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

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