Shades of Off Green #CFFFD6
Tints of Off Green #CFFFD6
RGB
CMYK
RGB Variations
Color information
#CFFFD6 (or 0xCFFFD6) is known color: Off Green. HEX triplet: CF, FF and D6. RGB value is (207,255,214). Sum of RGB (Red+Green+Blue) = 207+255+214=676 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.62% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 214 (83.98% from 255 or 31.66% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFD6 is #300029. Grayscale: #ECECEC. Windows color (decimal): -3145770 or 14090191. OLE color: 14090191.
HSL color Cylindrical-coordinate representation of color #CFFFD6: hue angle of 128.75º 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 #CFFFD6 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 214 | - |
| CMYK | 0.19 | 0 | 0.16 | 0 |
| HSL | 128.75º | 1% | 0.91% | - |
| HSV(B) | 128.75º | 0.19% | 1% | - |
| XYZ | 73.63 | 89.64 | 77.04 | - |
| YUV | 235.97 | 115.6 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 214 | 0.19 | 0 | 0.16 | 0 | 128.75 | 1 | 0.91 |
| Hex | CF | FF | D6 | 13 | 0 | 10 | 0 | 81 | 64 | 5B |
| Octal | 317 | 377 | 326 | 23 | 0 | 20 | 0 | 201 | 144 | 133 |
| Binary | 11001111 | 11111111 | 11010110 | 10011 | 0 | 10000 | 0 | 10000001 | 1100100 | 1011011 |
Color Harmonies of #CFFFD6
Complementary color
Monochromatic Colors of #CFFFD6
Black with #CFFFD6
Text Example
Text Example
White with #CFFFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFD6; }
p { color: rgb(207,255,214); }
H1.HeaderClassName
{
color: #CFFFD6;
}
.AnyTagClassName
{
color: #CFFFD6;
}
</style>
background-color css
<style>
a { background-color: #CFFFD6; }
a { background-color: rgb(207,255,214); }
div.DivClassName
{
background-color: #CFFFD6;
}
.BgClassName
{
background-color: #CFFFD6;
}
</style>
border-color css
<style>
span { border-color: #CFFFD6; }
span { border-color: rgb(207,255,214); }
td.TdClassName
{
border-color: #CFFFD6;
}
.TagClassName
{
border-color: #CFFFD6;
}
</style>