Shades of Off Green #CFF7D7
Tints of Off Green #CFF7D7
RGB
CMYK
RGB Variations
Color information
#CFF7D7 (or 0xCFF7D7) is known color: Off Green. HEX triplet: CF, F7 and D7. RGB value is (207,247,215). Sum of RGB (Red+Green+Blue) = 207+247+215=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 247 (96.88% from 255 or 36.92% from 669); Blue value is 215 (84.38% from 255 or 32.14% from 669); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF7D7 is #300828. Grayscale: #E7E7E7. Windows color (decimal): -3147817 or 14153679. OLE color: 14153679.
HSL color Cylindrical-coordinate representation of color #CFF7D7: hue angle of 132º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF7D7 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 215 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.03 |
| HSL | 132º | 0.71% | 0.89% | - |
| HSV(B) | 132º | 0.16% | 0.97% | - |
| XYZ | 71.26 | 84.69 | 76.88 | - |
| YUV | 231.39 | 118.75 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 215 | 0.16 | 0 | 0.13 | 0.03 | 132 | 0.71 | 0.89 |
| Hex | CF | F7 | D7 | 10 | 0 | D | 3 | 84 | 47 | 59 |
| Octal | 317 | 367 | 327 | 20 | 0 | 15 | 3 | 204 | 107 | 131 |
| Binary | 11001111 | 11110111 | 11010111 | 10000 | 0 | 1101 | 11 | 10000100 | 1000111 | 1011001 |
Color Harmonies of #CFF7D7
Complementary color
Monochromatic Colors of #CFF7D7
Black with #CFF7D7
Text Example
Text Example
White with #CFF7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF7D7; }
p { color: rgb(207,247,215); }
H1.HeaderClassName
{
color: #CFF7D7;
}
.AnyTagClassName
{
color: #CFF7D7;
}
</style>
background-color css
<style>
a { background-color: #CFF7D7; }
a { background-color: rgb(207,247,215); }
div.DivClassName
{
background-color: #CFF7D7;
}
.BgClassName
{
background-color: #CFF7D7;
}
</style>
border-color css
<style>
span { border-color: #CFF7D7; }
span { border-color: rgb(207,247,215); }
td.TdClassName
{
border-color: #CFF7D7;
}
.TagClassName
{
border-color: #CFF7D7;
}
</style>