Shades of Off Green #D5F4DB
Tints of Off Green #D5F4DB
RGB
CMYK
RGB Variations
Color information
#D5F4DB (or 0xD5F4DB) is known color: Off Green. HEX triplet: D5, F4 and DB. RGB value is (213,244,219). Sum of RGB (Red+Green+Blue) = 213+244+219=676 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.51% from 676); Green value is 244 (95.70% from 255 or 36.09% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 244 - color contains mainly: green. Hex color #D5F4DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F4DB is #2A0B24. Grayscale: #E7E7E7. Windows color (decimal): -2755365 or 14415061. OLE color: 14415061.
HSL color Cylindrical-coordinate representation of color #D5F4DB: hue angle of 131.61º degrees, saturation: 0.58, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5F4DB is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 244 | 219 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.04 |
| HSL | 131.61º | 0.58% | 0.9% | - |
| HSV(B) | 131.61º | 0.13% | 0.96% | - |
| XYZ | 72.58 | 83.96 | 79.4 | - |
| YUV | 231.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 244 | 219 | 0.13 | 0 | 0.10 | 0.04 | 131.61 | 0.58 | 0.9 |
| Hex | D5 | F4 | DB | D | 0 | A | 4 | 84 | 3A | 5A |
| Octal | 325 | 364 | 333 | 15 | 0 | 12 | 4 | 204 | 72 | 132 |
| Binary | 11010101 | 11110100 | 11011011 | 1101 | 0 | 1010 | 100 | 10000100 | 111010 | 1011010 |
Color Harmonies of #D5F4DB
Complementary color
Monochromatic Colors of #D5F4DB
Black with #D5F4DB
Text Example
Text Example
White with #D5F4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F4DB; }
p { color: rgb(213,244,219); }
H1.HeaderClassName
{
color: #D5F4DB;
}
.AnyTagClassName
{
color: #D5F4DB;
}
</style>
background-color css
<style>
a { background-color: #D5F4DB; }
a { background-color: rgb(213,244,219); }
div.DivClassName
{
background-color: #D5F4DB;
}
.BgClassName
{
background-color: #D5F4DB;
}
</style>
border-color css
<style>
span { border-color: #D5F4DB; }
span { border-color: rgb(213,244,219); }
td.TdClassName
{
border-color: #D5F4DB;
}
.TagClassName
{
border-color: #D5F4DB;
}
</style>