Shades of Off Green #D7FDDB
Tints of Off Green #D7FDDB
RGB
CMYK
RGB Variations
Color information
#D7FDDB (or 0xD7FDDB) is known color: Off Green. HEX triplet: D7, FD and DB. RGB value is (215,253,219). Sum of RGB (Red+Green+Blue) = 215+253+219=687 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.30% from 687); Green value is 253 (99.22% from 255 or 36.83% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 253 - color contains mainly: green. Hex color #D7FDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FDDB is #280224. Grayscale: #EDEDED. Windows color (decimal): -2621989 or 14417367. OLE color: 14417367.
HSL color Cylindrical-coordinate representation of color #D7FDDB: hue angle of 126.32º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7FDDB is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 215 | 253 | 219 | - |
CMYK | 0.15 | 0 | 0.13 | 0.01 |
HSL | 126.32º | 0.9% | 0.92% | - |
HSV(B) | 126.32º | 0.15% | 0.99% | - |
XYZ | 75.94 | 89.81 | 80.35 | - |
YUV | 237.76 | 117.41 | 111.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 253 | 219 | 0.15 | 0 | 0.13 | 0.01 | 126.32 | 0.9 | 0.92 |
Hex | D7 | FD | DB | F | 0 | D | 1 | 7E | 5A | 5C |
Octal | 327 | 375 | 333 | 17 | 0 | 15 | 1 | 176 | 132 | 134 |
Binary | 11010111 | 11111101 | 11011011 | 1111 | 0 | 1101 | 1 | 1111110 | 1011010 | 1011100 |
Color Harmonies of #D7FDDB
Complementary color
Monochromatic Colors of #D7FDDB
Black with #D7FDDB
Text Example
Text Example
White with #D7FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FDDB; }
p { color: rgb(215,253,219); }
H1.HeaderClassName
{
color: #D7FDDB;
}
.AnyTagClassName
{
color: #D7FDDB;
}
</style>
background-color css
<style>
a { background-color: #D7FDDB; }
a { background-color: rgb(215,253,219); }
div.DivClassName
{
background-color: #D7FDDB;
}
.BgClassName
{
background-color: #D7FDDB;
}
</style>
border-color css
<style>
span { border-color: #D7FDDB; }
span { border-color: rgb(215,253,219); }
td.TdClassName
{
border-color: #D7FDDB;
}
.TagClassName
{
border-color: #D7FDDB;
}
</style>