Shades of Off Green #D5FEDB
Tints of Off Green #D5FEDB
RGB
CMYK
RGB Variations
Color information
#D5FEDB (or 0xD5FEDB) is known color: Off Green. HEX triplet: D5, FE and DB. RGB value is (213,254,219). Sum of RGB (Red+Green+Blue) = 213+254+219=686 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.05% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 219 (85.94% from 255 or 31.92% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FEDB is #2A0124. Grayscale: #EDEDED. Windows color (decimal): -2752805 or 14417621. OLE color: 14417621.
HSL color Cylindrical-coordinate representation of color #D5FEDB: hue angle of 128.78º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5FEDB is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 254 | 219 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.00 |
| HSL | 128.78º | 0.95% | 0.92% | - |
| HSV(B) | 128.78º | 0.16% | 1% | - |
| XYZ | 75.67 | 90.14 | 80.43 | - |
| YUV | 237.75 | 117.42 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 254 | 219 | 0.16 | 0 | 0.14 | 0.00 | 128.78 | 0.95 | 0.92 |
| Hex | D5 | FE | DB | 10 | 0 | E | 0 | 81 | 5F | 5C |
| Octal | 325 | 376 | 333 | 20 | 0 | 16 | 0 | 201 | 137 | 134 |
| Binary | 11010101 | 11111110 | 11011011 | 10000 | 0 | 1110 | 0 | 10000001 | 1011111 | 1011100 |
Color Harmonies of #D5FEDB
Complementary color
Monochromatic Colors of #D5FEDB
Black with #D5FEDB
Text Example
Text Example
White with #D5FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FEDB; }
p { color: rgb(213,254,219); }
H1.HeaderClassName
{
color: #D5FEDB;
}
.AnyTagClassName
{
color: #D5FEDB;
}
</style>
background-color css
<style>
a { background-color: #D5FEDB; }
a { background-color: rgb(213,254,219); }
div.DivClassName
{
background-color: #D5FEDB;
}
.BgClassName
{
background-color: #D5FEDB;
}
</style>
border-color css
<style>
span { border-color: #D5FEDB; }
span { border-color: rgb(213,254,219); }
td.TdClassName
{
border-color: #D5FEDB;
}
.TagClassName
{
border-color: #D5FEDB;
}
</style>