Html Css Color HEX #CAFFD5 Granny Apple

📋 copy color: '#CAFFD5'

red 202 ◦ green 255 ◦ blue 213

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

Shades of Granny Apple #CAFFD5

Tints of Granny Apple #CAFFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 31.79%

R = 30.15%
G = 38.06%
B = 31.79%

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

#CAFFD5 (or 0xCAFFD5) is known color: Granny Apple. HEX triplet: CA, FF and D5. RGB value is (202,255,213). Sum of RGB (Red+Green+Blue) = 202+255+213=670 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.15% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 213 (83.59% from 255 or 31.79% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFD5 is #35002A. Grayscale: #EAEAEA. Windows color (decimal): -3473451 or 14024650. OLE color: 14024650.

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

Color convert

RGB 202 255 213 -
CMYK 0.21 0 0.16 0
HSL 132.45º 1% 0.9% -
HSV(B) 132.45º 0.21% 1% -
XYZ 72.13 88.88 76.3 -
YUV 234.37 115.94 104.92 -
System Red Green Blue C M Y K H S L
Decimal 202 255 213 0.21 0 0.16 0 132.45 1 0.9
Hex CA FF D5 15 0 10 0 84 64 5A
Octal 312 377 325 25 0 20 0 204 144 132
Binary 11001010 11111111 11010101 10101 0 10000 0 10000100 1100100 1011010

Color Harmonies of #CAFFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFFD5

Black with #CAFFD5

Text Example


Text Example

White with #CAFFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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