Shades of Off Green #CFFFD7
Tints of Off Green #CFFFD7
RGB
CMYK
RGB Variations
Color information
#CFFFD7 (or 0xCFFFD7) is known color: Off Green. HEX triplet: CF, FF and D7. RGB value is (207,255,215). Sum of RGB (Red+Green+Blue) = 207+255+215=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 215 (84.38% from 255 or 31.76% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFD7 is #300028. Grayscale: #ECECEC. Windows color (decimal): -3145769 or 14155727. OLE color: 14155727.
HSL color Cylindrical-coordinate representation of color #CFFFD7: hue angle of 130º 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 #CFFFD7 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 215 | - |
| CMYK | 0.19 | 0 | 0.16 | 0 |
| HSL | 130º | 1% | 0.91% | - |
| HSV(B) | 130º | 0.19% | 1% | - |
| XYZ | 73.76 | 89.69 | 77.71 | - |
| YUV | 236.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 215 | 0.19 | 0 | 0.16 | 0 | 130 | 1 | 0.91 |
| Hex | CF | FF | D7 | 13 | 0 | 10 | 0 | 82 | 64 | 5B |
| Octal | 317 | 377 | 327 | 23 | 0 | 20 | 0 | 202 | 144 | 133 |
| Binary | 11001111 | 11111111 | 11010111 | 10011 | 0 | 10000 | 0 | 10000010 | 1100100 | 1011011 |
Color Harmonies of #CFFFD7
Complementary color
Monochromatic Colors of #CFFFD7
Black with #CFFFD7
Text Example
Text Example
White with #CFFFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFD7; }
p { color: rgb(207,255,215); }
H1.HeaderClassName
{
color: #CFFFD7;
}
.AnyTagClassName
{
color: #CFFFD7;
}
</style>
background-color css
<style>
a { background-color: #CFFFD7; }
a { background-color: rgb(207,255,215); }
div.DivClassName
{
background-color: #CFFFD7;
}
.BgClassName
{
background-color: #CFFFD7;
}
</style>
border-color css
<style>
span { border-color: #CFFFD7; }
span { border-color: rgb(207,255,215); }
td.TdClassName
{
border-color: #CFFFD7;
}
.TagClassName
{
border-color: #CFFFD7;
}
</style>