Shades of Granny Apple #CFF2D5
Tints of Granny Apple #CFF2D5
RGB
CMYK
RGB Variations
Color information
#CFF2D5 (or 0xCFF2D5) is known color: Granny Apple. HEX triplet: CF, F2 and D5. RGB value is (207,242,213). Sum of RGB (Red+Green+Blue) = 207+242+213=662 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.27% from 662); Green value is 242 (94.92% from 255 or 36.56% from 662); Blue value is 213 (83.59% from 255 or 32.18% from 662); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF2D5 is #300D2A. Grayscale: #E4E4E4. Windows color (decimal): -3149099 or 14021327. OLE color: 14021327.
HSL color Cylindrical-coordinate representation of color #CFF2D5: hue angle of 130.29º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF2D5 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 213 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.05 |
| HSL | 130.29º | 0.57% | 0.88% | - |
| HSV(B) | 130.29º | 0.14% | 0.95% | - |
| XYZ | 69.49 | 81.57 | 75.03 | - |
| YUV | 228.23 | 119.4 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 213 | 0.14 | 0 | 0.12 | 0.05 | 130.29 | 0.57 | 0.88 |
| Hex | CF | F2 | D5 | E | 0 | C | 5 | 82 | 39 | 58 |
| Octal | 317 | 362 | 325 | 16 | 0 | 14 | 5 | 202 | 71 | 130 |
| Binary | 11001111 | 11110010 | 11010101 | 1110 | 0 | 1100 | 101 | 10000010 | 111001 | 1011000 |
Color Harmonies of #CFF2D5
Complementary color
Monochromatic Colors of #CFF2D5
Black with #CFF2D5
Text Example
Text Example
White with #CFF2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2D5; }
p { color: rgb(207,242,213); }
H1.HeaderClassName
{
color: #CFF2D5;
}
.AnyTagClassName
{
color: #CFF2D5;
}
</style>
background-color css
<style>
a { background-color: #CFF2D5; }
a { background-color: rgb(207,242,213); }
div.DivClassName
{
background-color: #CFF2D5;
}
.BgClassName
{
background-color: #CFF2D5;
}
</style>
border-color css
<style>
span { border-color: #CFF2D5; }
span { border-color: rgb(207,242,213); }
td.TdClassName
{
border-color: #CFF2D5;
}
.TagClassName
{
border-color: #CFF2D5;
}
</style>