Shades of Granny Apple #CFF2D3
Tints of Granny Apple #CFF2D3
RGB
CMYK
RGB Variations
Color information
#CFF2D3 (or 0xCFF2D3) is known color: Granny Apple. HEX triplet: CF, F2 and D3. RGB value is (207,242,211). Sum of RGB (Red+Green+Blue) = 207+242+211=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 242 (94.92% from 255 or 36.67% from 660); Blue value is 211 (82.81% from 255 or 31.97% from 660); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF2D3 is #300D2C. Grayscale: #E4E4E4. Windows color (decimal): -3149101 or 13890255. OLE color: 13890255.
HSL color Cylindrical-coordinate representation of color #CFF2D3: hue angle of 126.86º 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 #CFF2D3 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 211 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.05 |
| HSL | 126.86º | 0.57% | 0.88% | - |
| HSV(B) | 126.86º | 0.14% | 0.95% | - |
| XYZ | 69.24 | 81.47 | 73.7 | - |
| YUV | 228 | 118.4 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 211 | 0.14 | 0 | 0.13 | 0.05 | 126.86 | 0.57 | 0.88 |
| Hex | CF | F2 | D3 | E | 0 | D | 5 | 7F | 39 | 58 |
| Octal | 317 | 362 | 323 | 16 | 0 | 15 | 5 | 177 | 71 | 130 |
| Binary | 11001111 | 11110010 | 11010011 | 1110 | 0 | 1101 | 101 | 1111111 | 111001 | 1011000 |
Color Harmonies of #CFF2D3
Complementary color
Monochromatic Colors of #CFF2D3
Black with #CFF2D3
Text Example
Text Example
White with #CFF2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2D3; }
p { color: rgb(207,242,211); }
H1.HeaderClassName
{
color: #CFF2D3;
}
.AnyTagClassName
{
color: #CFF2D3;
}
</style>
background-color css
<style>
a { background-color: #CFF2D3; }
a { background-color: rgb(207,242,211); }
div.DivClassName
{
background-color: #CFF2D3;
}
.BgClassName
{
background-color: #CFF2D3;
}
</style>
border-color css
<style>
span { border-color: #CFF2D3; }
span { border-color: rgb(207,242,211); }
td.TdClassName
{
border-color: #CFF2D3;
}
.TagClassName
{
border-color: #CFF2D3;
}
</style>