Shades of Granny Apple #CAFDD4
Tints of Granny Apple #CAFDD4
RGB
CMYK
RGB Variations
Color information
#CAFDD4 (or 0xCAFDD4) is known color: Granny Apple. HEX triplet: CA, FD and D4. RGB value is (202,253,212). Sum of RGB (Red+Green+Blue) = 202+253+212=667 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.28% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 212 (83.20% from 255 or 31.78% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDD4 is #35022B. Grayscale: #E9E9E9. Windows color (decimal): -3473964 or 13958602. OLE color: 13958602.
HSL color Cylindrical-coordinate representation of color #CAFDD4: hue angle of 131.76º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFDD4 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 253 | 212 | - |
CMYK | 0.20 | 0 | 0.16 | 0.01 |
HSL | 131.76º | 0.93% | 0.89% | - |
HSV(B) | 131.76º | 0.2% | 0.99% | - |
XYZ | 71.37 | 87.56 | 75.43 | - |
YUV | 233.08 | 116.1 | 105.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 253 | 212 | 0.20 | 0 | 0.16 | 0.01 | 131.76 | 0.93 | 0.89 |
Hex | CA | FD | D4 | 14 | 0 | 10 | 1 | 84 | 5D | 59 |
Octal | 312 | 375 | 324 | 24 | 0 | 20 | 1 | 204 | 135 | 131 |
Binary | 11001010 | 11111101 | 11010100 | 10100 | 0 | 10000 | 1 | 10000100 | 1011101 | 1011001 |
Color Harmonies of #CAFDD4
Complementary color
Monochromatic Colors of #CAFDD4
Black with #CAFDD4
Text Example
Text Example
White with #CAFDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDD4; }
p { color: rgb(202,253,212); }
H1.HeaderClassName
{
color: #CAFDD4;
}
.AnyTagClassName
{
color: #CAFDD4;
}
</style>
background-color css
<style>
a { background-color: #CAFDD4; }
a { background-color: rgb(202,253,212); }
div.DivClassName
{
background-color: #CAFDD4;
}
.BgClassName
{
background-color: #CAFDD4;
}
</style>
border-color css
<style>
span { border-color: #CAFDD4; }
span { border-color: rgb(202,253,212); }
td.TdClassName
{
border-color: #CAFDD4;
}
.TagClassName
{
border-color: #CAFDD4;
}
</style>