Shades of Off Green #D7F9DB
Tints of Off Green #D7F9DB
RGB
CMYK
RGB Variations
Color information
#D7F9DB (or 0xD7F9DB) is known color: Off Green. HEX triplet: D7, F9 and DB. RGB value is (215,249,219). Sum of RGB (Red+Green+Blue) = 215+249+219=683 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.48% from 683); Green value is 249 (97.66% from 255 or 36.46% from 683); Blue value is 219 (85.94% from 255 or 32.06% from 683); Max value from RGB is 249 - color contains mainly: green. Hex color #D7F9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F9DB is #280624. Grayscale: #EBEBEB. Windows color (decimal): -2623013 or 14416343. OLE color: 14416343.
HSL color Cylindrical-coordinate representation of color #D7F9DB: hue angle of 127.06º degrees, saturation: 0.74, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7F9DB is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 215 | 249 | 219 | - |
CMYK | 0.14 | 0 | 0.12 | 0.02 |
HSL | 127.06º | 0.74% | 0.91% | - |
HSV(B) | 127.06º | 0.14% | 0.98% | - |
XYZ | 74.69 | 87.31 | 79.93 | - |
YUV | 235.41 | 118.74 | 113.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 249 | 219 | 0.14 | 0 | 0.12 | 0.02 | 127.06 | 0.74 | 0.91 |
Hex | D7 | F9 | DB | E | 0 | C | 2 | 7F | 4A | 5B |
Octal | 327 | 371 | 333 | 16 | 0 | 14 | 2 | 177 | 112 | 133 |
Binary | 11010111 | 11111001 | 11011011 | 1110 | 0 | 1100 | 10 | 1111111 | 1001010 | 1011011 |
Color Harmonies of #D7F9DB
Complementary color
Monochromatic Colors of #D7F9DB
Black with #D7F9DB
Text Example
Text Example
White with #D7F9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F9DB; }
p { color: rgb(215,249,219); }
H1.HeaderClassName
{
color: #D7F9DB;
}
.AnyTagClassName
{
color: #D7F9DB;
}
</style>
background-color css
<style>
a { background-color: #D7F9DB; }
a { background-color: rgb(215,249,219); }
div.DivClassName
{
background-color: #D7F9DB;
}
.BgClassName
{
background-color: #D7F9DB;
}
</style>
border-color css
<style>
span { border-color: #D7F9DB; }
span { border-color: rgb(215,249,219); }
td.TdClassName
{
border-color: #D7F9DB;
}
.TagClassName
{
border-color: #D7F9DB;
}
</style>