Shades of Granny Apple #CAFDD2
Tints of Granny Apple #CAFDD2
RGB
CMYK
RGB Variations
Color information
#CAFDD2 (or 0xCAFDD2) is known color: Granny Apple. HEX triplet: CA, FD and D2. RGB value is (202,253,210). Sum of RGB (Red+Green+Blue) = 202+253+210=665 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.38% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 210 (82.42% from 255 or 31.58% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDD2 is #35022D. Grayscale: #E8E8E8. Windows color (decimal): -3473966 or 13827530. OLE color: 13827530.
HSL color Cylindrical-coordinate representation of color #CAFDD2: hue angle of 129.41º 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 #CAFDD2 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 253 | 210 | - |
CMYK | 0.20 | 0 | 0.17 | 0.01 |
HSL | 129.41º | 0.93% | 0.89% | - |
HSV(B) | 129.41º | 0.2% | 0.99% | - |
XYZ | 71.12 | 87.46 | 74.11 | - |
YUV | 232.85 | 115.1 | 106 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 253 | 210 | 0.20 | 0 | 0.17 | 0.01 | 129.41 | 0.93 | 0.89 |
Hex | CA | FD | D2 | 14 | 0 | 11 | 1 | 81 | 5D | 59 |
Octal | 312 | 375 | 322 | 24 | 0 | 21 | 1 | 201 | 135 | 131 |
Binary | 11001010 | 11111101 | 11010010 | 10100 | 0 | 10001 | 1 | 10000001 | 1011101 | 1011001 |
Color Harmonies of #CAFDD2
Complementary color
Monochromatic Colors of #CAFDD2
Black with #CAFDD2
Text Example
Text Example
White with #CAFDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDD2; }
p { color: rgb(202,253,210); }
H1.HeaderClassName
{
color: #CAFDD2;
}
.AnyTagClassName
{
color: #CAFDD2;
}
</style>
background-color css
<style>
a { background-color: #CAFDD2; }
a { background-color: rgb(202,253,210); }
div.DivClassName
{
background-color: #CAFDD2;
}
.BgClassName
{
background-color: #CAFDD2;
}
</style>
border-color css
<style>
span { border-color: #CAFDD2; }
span { border-color: rgb(202,253,210); }
td.TdClassName
{
border-color: #CAFDD2;
}
.TagClassName
{
border-color: #CAFDD2;
}
</style>