Shades of Off Green #CFF8D9
Tints of Off Green #CFF8D9
RGB
CMYK
RGB Variations
Color information
#CFF8D9 (or 0xCFF8D9) is known color: Off Green. HEX triplet: CF, F8 and D9. RGB value is (207,248,217). Sum of RGB (Red+Green+Blue) = 207+248+217=672 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.80% from 672); Green value is 248 (97.27% from 255 or 36.90% from 672); Blue value is 217 (85.16% from 255 or 32.29% from 672); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF8D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF8D9 is #300726. Grayscale: #E8E8E8. Windows color (decimal): -3147559 or 14285007. OLE color: 14285007.
HSL color Cylindrical-coordinate representation of color #CFF8D9: hue angle of 134.63º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFF8D9 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
RGB | 207 | 248 | 217 | - |
CMYK | 0.17 | 0 | 0.12 | 0.03 |
HSL | 134.63º | 0.75% | 0.89% | - |
HSV(B) | 134.63º | 0.17% | 0.97% | - |
XYZ | 71.82 | 85.41 | 78.35 | - |
YUV | 232.21 | 119.42 | 110.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 248 | 217 | 0.17 | 0 | 0.12 | 0.03 | 134.63 | 0.75 | 0.89 |
Hex | CF | F8 | D9 | 11 | 0 | C | 3 | 87 | 4B | 59 |
Octal | 317 | 370 | 331 | 21 | 0 | 14 | 3 | 207 | 113 | 131 |
Binary | 11001111 | 11111000 | 11011001 | 10001 | 0 | 1100 | 11 | 10000111 | 1001011 | 1011001 |
Color Harmonies of #CFF8D9
Complementary color
Monochromatic Colors of #CFF8D9
Black with #CFF8D9
Text Example
Text Example
White with #CFF8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF8D9; }
p { color: rgb(207,248,217); }
H1.HeaderClassName
{
color: #CFF8D9;
}
.AnyTagClassName
{
color: #CFF8D9;
}
</style>
background-color css
<style>
a { background-color: #CFF8D9; }
a { background-color: rgb(207,248,217); }
div.DivClassName
{
background-color: #CFF8D9;
}
.BgClassName
{
background-color: #CFF8D9;
}
</style>
border-color css
<style>
span { border-color: #CFF8D9; }
span { border-color: rgb(207,248,217); }
td.TdClassName
{
border-color: #CFF8D9;
}
.TagClassName
{
border-color: #CFF8D9;
}
</style>