Shades of Off Green #CFFDD6
Tints of Off Green #CFFDD6
RGB
CMYK
RGB Variations
Color information
#CFFDD6 (or 0xCFFDD6) is known color: Off Green. HEX triplet: CF, FD and D6. RGB value is (207,253,214). Sum of RGB (Red+Green+Blue) = 207+253+214=674 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.71% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 214 (83.98% from 255 or 31.75% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDD6 is #300229. Grayscale: #EAEAEA. Windows color (decimal): -3146282 or 14089679. OLE color: 14089679.
HSL color Cylindrical-coordinate representation of color #CFFDD6: hue angle of 129.13º 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 #CFFDD6 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 214 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.01 |
| HSL | 129.13º | 0.92% | 0.9% | - |
| HSV(B) | 129.13º | 0.18% | 0.99% | - |
| XYZ | 73 | 88.37 | 76.83 | - |
| YUV | 234.8 | 116.26 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 214 | 0.18 | 0 | 0.15 | 0.01 | 129.13 | 0.92 | 0.9 |
| Hex | CF | FD | D6 | 12 | 0 | F | 1 | 81 | 5C | 5A |
| Octal | 317 | 375 | 326 | 22 | 0 | 17 | 1 | 201 | 134 | 132 |
| Binary | 11001111 | 11111101 | 11010110 | 10010 | 0 | 1111 | 1 | 10000001 | 1011100 | 1011010 |
Color Harmonies of #CFFDD6
Complementary color
Monochromatic Colors of #CFFDD6
Black with #CFFDD6
Text Example
Text Example
White with #CFFDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDD6; }
p { color: rgb(207,253,214); }
H1.HeaderClassName
{
color: #CFFDD6;
}
.AnyTagClassName
{
color: #CFFDD6;
}
</style>
background-color css
<style>
a { background-color: #CFFDD6; }
a { background-color: rgb(207,253,214); }
div.DivClassName
{
background-color: #CFFDD6;
}
.BgClassName
{
background-color: #CFFDD6;
}
</style>
border-color css
<style>
span { border-color: #CFFDD6; }
span { border-color: rgb(207,253,214); }
td.TdClassName
{
border-color: #CFFDD6;
}
.TagClassName
{
border-color: #CFFDD6;
}
</style>