Shades of Off Green #CFFDD9
Tints of Off Green #CFFDD9
RGB
CMYK
RGB Variations
Color information
#CFFDD9 (or 0xCFFDD9) is known color: Off Green. HEX triplet: CF, FD and D9. RGB value is (207,253,217). Sum of RGB (Red+Green+Blue) = 207+253+217=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 217 (85.16% from 255 or 32.05% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDD9 is #300226. Grayscale: #EBEBEB. Windows color (decimal): -3146279 or 14286287. OLE color: 14286287.
HSL color Cylindrical-coordinate representation of color #CFFDD9: hue angle of 133.04º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFFDD9 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 217 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.01 |
| HSL | 133.04º | 0.92% | 0.9% | - |
| HSV(B) | 133.04º | 0.18% | 0.99% | - |
| XYZ | 73.38 | 88.53 | 78.87 | - |
| YUV | 235.14 | 117.76 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 217 | 0.18 | 0 | 0.14 | 0.01 | 133.04 | 0.92 | 0.9 |
| Hex | CF | FD | D9 | 12 | 0 | E | 1 | 85 | 5C | 5A |
| Octal | 317 | 375 | 331 | 22 | 0 | 16 | 1 | 205 | 134 | 132 |
| Binary | 11001111 | 11111101 | 11011001 | 10010 | 0 | 1110 | 1 | 10000101 | 1011100 | 1011010 |
Color Harmonies of #CFFDD9
Complementary color
Monochromatic Colors of #CFFDD9
Black with #CFFDD9
Text Example
Text Example
White with #CFFDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDD9; }
p { color: rgb(207,253,217); }
H1.HeaderClassName
{
color: #CFFDD9;
}
.AnyTagClassName
{
color: #CFFDD9;
}
</style>
background-color css
<style>
a { background-color: #CFFDD9; }
a { background-color: rgb(207,253,217); }
div.DivClassName
{
background-color: #CFFDD9;
}
.BgClassName
{
background-color: #CFFDD9;
}
</style>
border-color css
<style>
span { border-color: #CFFDD9; }
span { border-color: rgb(207,253,217); }
td.TdClassName
{
border-color: #CFFDD9;
}
.TagClassName
{
border-color: #CFFDD9;
}
</style>