Shades of Off Green #D5FCDB
Tints of Off Green #D5FCDB
RGB
CMYK
RGB Variations
Color information
#D5FCDB (or 0xD5FCDB) is known color: Off Green. HEX triplet: D5, FC and DB. RGB value is (213,252,219). Sum of RGB (Red+Green+Blue) = 213+252+219=684 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.14% from 684); Green value is 252 (98.83% from 255 or 36.84% from 684); Blue value is 219 (85.94% from 255 or 32.02% from 684); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FCDB is #2A0324. Grayscale: #ECECEC. Windows color (decimal): -2753317 or 14417109. OLE color: 14417109.
HSL color Cylindrical-coordinate representation of color #D5FCDB: hue angle of 129.23º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5FCDB is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 252 | 219 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.01 |
| HSL | 129.23º | 0.87% | 0.91% | - |
| HSV(B) | 129.23º | 0.15% | 0.99% | - |
| XYZ | 75.04 | 88.88 | 80.22 | - |
| YUV | 236.58 | 118.08 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 252 | 219 | 0.15 | 0 | 0.13 | 0.01 | 129.23 | 0.87 | 0.91 |
| Hex | D5 | FC | DB | F | 0 | D | 1 | 81 | 57 | 5B |
| Octal | 325 | 374 | 333 | 17 | 0 | 15 | 1 | 201 | 127 | 133 |
| Binary | 11010101 | 11111100 | 11011011 | 1111 | 0 | 1101 | 1 | 10000001 | 1010111 | 1011011 |
Color Harmonies of #D5FCDB
Complementary color
Monochromatic Colors of #D5FCDB
Black with #D5FCDB
Text Example
Text Example
White with #D5FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FCDB; }
p { color: rgb(213,252,219); }
H1.HeaderClassName
{
color: #D5FCDB;
}
.AnyTagClassName
{
color: #D5FCDB;
}
</style>
background-color css
<style>
a { background-color: #D5FCDB; }
a { background-color: rgb(213,252,219); }
div.DivClassName
{
background-color: #D5FCDB;
}
.BgClassName
{
background-color: #D5FCDB;
}
</style>
border-color css
<style>
span { border-color: #D5FCDB; }
span { border-color: rgb(213,252,219); }
td.TdClassName
{
border-color: #D5FCDB;
}
.TagClassName
{
border-color: #D5FCDB;
}
</style>