Shades of Off Green #D5FADB
Tints of Off Green #D5FADB
RGB
CMYK
RGB Variations
Color information
#D5FADB (or 0xD5FADB) is known color: Off Green. HEX triplet: D5, FA and DB. RGB value is (213,250,219). Sum of RGB (Red+Green+Blue) = 213+250+219=682 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.23% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 219 (85.94% from 255 or 32.11% from 682); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FADB is #2A0524. Grayscale: #EBEBEB. Windows color (decimal): -2753829 or 14416597. OLE color: 14416597.
HSL color Cylindrical-coordinate representation of color #D5FADB: hue angle of 129.73º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5FADB is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 250 | 219 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.02 |
| HSL | 129.73º | 0.79% | 0.91% | - |
| HSV(B) | 129.73º | 0.15% | 0.98% | - |
| XYZ | 74.41 | 87.63 | 80.01 | - |
| YUV | 235.4 | 118.74 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 219 | 0.15 | 0 | 0.12 | 0.02 | 129.73 | 0.79 | 0.91 |
| Hex | D5 | FA | DB | F | 0 | C | 2 | 82 | 4F | 5B |
| Octal | 325 | 372 | 333 | 17 | 0 | 14 | 2 | 202 | 117 | 133 |
| Binary | 11010101 | 11111010 | 11011011 | 1111 | 0 | 1100 | 10 | 10000010 | 1001111 | 1011011 |
Color Harmonies of #D5FADB
Complementary color
Monochromatic Colors of #D5FADB
Black with #D5FADB
Text Example
Text Example
White with #D5FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FADB; }
p { color: rgb(213,250,219); }
H1.HeaderClassName
{
color: #D5FADB;
}
.AnyTagClassName
{
color: #D5FADB;
}
</style>
background-color css
<style>
a { background-color: #D5FADB; }
a { background-color: rgb(213,250,219); }
div.DivClassName
{
background-color: #D5FADB;
}
.BgClassName
{
background-color: #D5FADB;
}
</style>
border-color css
<style>
span { border-color: #D5FADB; }
span { border-color: rgb(213,250,219); }
td.TdClassName
{
border-color: #D5FADB;
}
.TagClassName
{
border-color: #D5FADB;
}
</style>