Shades of Off Green #CFFFD8
Tints of Off Green #CFFFD8
RGB
CMYK
RGB Variations
Color information
#CFFFD8 (or 0xCFFFD8) is known color: Off Green. HEX triplet: CF, FF and D8. RGB value is (207,255,216). Sum of RGB (Red+Green+Blue) = 207+255+216=678 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.53% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 216 (84.77% from 255 or 31.86% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFD8 is #300027. Grayscale: #ECECEC. Windows color (decimal): -3145768 or 14221263. OLE color: 14221263.
HSL color Cylindrical-coordinate representation of color #CFFFD8: hue angle of 131.25º 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 #CFFFD8 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 216 | - |
| CMYK | 0.19 | 0 | 0.15 | 0 |
| HSL | 131.25º | 1% | 0.91% | - |
| HSV(B) | 131.25º | 0.19% | 1% | - |
| XYZ | 73.89 | 89.74 | 78.39 | - |
| YUV | 236.2 | 116.6 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 216 | 0.19 | 0 | 0.15 | 0 | 131.25 | 1 | 0.91 |
| Hex | CF | FF | D8 | 13 | 0 | F | 0 | 83 | 64 | 5B |
| Octal | 317 | 377 | 330 | 23 | 0 | 17 | 0 | 203 | 144 | 133 |
| Binary | 11001111 | 11111111 | 11011000 | 10011 | 0 | 1111 | 0 | 10000011 | 1100100 | 1011011 |
Color Harmonies of #CFFFD8
Complementary color
Monochromatic Colors of #CFFFD8
Black with #CFFFD8
Text Example
Text Example
White with #CFFFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFD8; }
p { color: rgb(207,255,216); }
H1.HeaderClassName
{
color: #CFFFD8;
}
.AnyTagClassName
{
color: #CFFFD8;
}
</style>
background-color css
<style>
a { background-color: #CFFFD8; }
a { background-color: rgb(207,255,216); }
div.DivClassName
{
background-color: #CFFFD8;
}
.BgClassName
{
background-color: #CFFFD8;
}
</style>
border-color css
<style>
span { border-color: #CFFFD8; }
span { border-color: rgb(207,255,216); }
td.TdClassName
{
border-color: #CFFFD8;
}
.TagClassName
{
border-color: #CFFFD8;
}
</style>