Shades of Off Green #CFFFD9
Tints of Off Green #CFFFD9
RGB
CMYK
RGB Variations
Color information
#CFFFD9 (or 0xCFFFD9) is known color: Off Green. HEX triplet: CF, FF and D9. RGB value is (207,255,217). Sum of RGB (Red+Green+Blue) = 207+255+217=679 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.49% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 217 (85.16% from 255 or 31.96% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFD9 is #300026. Grayscale: #ECECEC. Windows color (decimal): -3145767 or 14286799. OLE color: 14286799.
HSL color Cylindrical-coordinate representation of color #CFFFD9: hue angle of 132.5º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFFFD9 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 217 | - |
| CMYK | 0.19 | 0 | 0.15 | 0 |
| HSL | 132.5º | 1% | 0.91% | - |
| HSV(B) | 132.5º | 0.19% | 1% | - |
| XYZ | 74.02 | 89.8 | 79.08 | - |
| YUV | 236.32 | 117.1 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 217 | 0.19 | 0 | 0.15 | 0 | 132.5 | 1 | 0.91 |
| Hex | CF | FF | D9 | 13 | 0 | F | 0 | 84 | 64 | 5B |
| Octal | 317 | 377 | 331 | 23 | 0 | 17 | 0 | 204 | 144 | 133 |
| Binary | 11001111 | 11111111 | 11011001 | 10011 | 0 | 1111 | 0 | 10000100 | 1100100 | 1011011 |
Color Harmonies of #CFFFD9
Complementary color
Monochromatic Colors of #CFFFD9
Black with #CFFFD9
Text Example
Text Example
White with #CFFFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFD9; }
p { color: rgb(207,255,217); }
H1.HeaderClassName
{
color: #CFFFD9;
}
.AnyTagClassName
{
color: #CFFFD9;
}
</style>
background-color css
<style>
a { background-color: #CFFFD9; }
a { background-color: rgb(207,255,217); }
div.DivClassName
{
background-color: #CFFFD9;
}
.BgClassName
{
background-color: #CFFFD9;
}
</style>
border-color css
<style>
span { border-color: #CFFFD9; }
span { border-color: rgb(207,255,217); }
td.TdClassName
{
border-color: #CFFFD9;
}
.TagClassName
{
border-color: #CFFFD9;
}
</style>