Shades of Off Green #CFF9DB
Tints of Off Green #CFF9DB
RGB
CMYK
RGB Variations
Color information
#CFF9DB (or 0xCFF9DB) is known color: Off Green. HEX triplet: CF, F9 and DB. RGB value is (207,249,219). Sum of RGB (Red+Green+Blue) = 207+249+219=675 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.67% from 675); Green value is 249 (97.66% from 255 or 36.89% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF9DB is #300624. Grayscale: #E9E9E9. Windows color (decimal): -3147301 or 14416335. OLE color: 14416335.
HSL color Cylindrical-coordinate representation of color #CFF9DB: hue angle of 137.14º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFF9DB is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 219 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.02 |
| HSL | 137.14º | 0.78% | 0.89% | - |
| HSV(B) | 137.14º | 0.17% | 0.98% | - |
| XYZ | 72.39 | 86.13 | 79.83 | - |
| YUV | 233.02 | 120.09 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 219 | 0.17 | 0 | 0.12 | 0.02 | 137.14 | 0.78 | 0.89 |
| Hex | CF | F9 | DB | 11 | 0 | C | 2 | 89 | 4E | 59 |
| Octal | 317 | 371 | 333 | 21 | 0 | 14 | 2 | 211 | 116 | 131 |
| Binary | 11001111 | 11111001 | 11011011 | 10001 | 0 | 1100 | 10 | 10001001 | 1001110 | 1011001 |
Color Harmonies of #CFF9DB
Complementary color
Monochromatic Colors of #CFF9DB
Black with #CFF9DB
Text Example
Text Example
White with #CFF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF9DB; }
p { color: rgb(207,249,219); }
H1.HeaderClassName
{
color: #CFF9DB;
}
.AnyTagClassName
{
color: #CFF9DB;
}
</style>
background-color css
<style>
a { background-color: #CFF9DB; }
a { background-color: rgb(207,249,219); }
div.DivClassName
{
background-color: #CFF9DB;
}
.BgClassName
{
background-color: #CFF9DB;
}
</style>
border-color css
<style>
span { border-color: #CFF9DB; }
span { border-color: rgb(207,249,219); }
td.TdClassName
{
border-color: #CFF9DB;
}
.TagClassName
{
border-color: #CFF9DB;
}
</style>