Shades of Off Green #D5FBDA
Tints of Off Green #D5FBDA
RGB
CMYK
RGB Variations
Color information
#D5FBDA (or 0xD5FBDA) is known color: Off Green. HEX triplet: D5, FB and DA. RGB value is (213,251,218). Sum of RGB (Red+Green+Blue) = 213+251+218=682 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.23% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 218 (85.55% from 255 or 31.96% from 682); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FBDA is #2A0425. Grayscale: #EBEBEB. Windows color (decimal): -2753574 or 14351317. OLE color: 14351317.
HSL color Cylindrical-coordinate representation of color #D5FBDA: hue angle of 127.89º degrees, saturation: 0.83, 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 #D5FBDA is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 251 | 218 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.02 |
| HSL | 127.89º | 0.83% | 0.91% | - |
| HSV(B) | 127.89º | 0.15% | 0.98% | - |
| XYZ | 74.59 | 88.2 | 79.42 | - |
| YUV | 235.88 | 117.91 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 251 | 218 | 0.15 | 0 | 0.13 | 0.02 | 127.89 | 0.83 | 0.91 |
| Hex | D5 | FB | DA | F | 0 | D | 2 | 80 | 53 | 5B |
| Octal | 325 | 373 | 332 | 17 | 0 | 15 | 2 | 200 | 123 | 133 |
| Binary | 11010101 | 11111011 | 11011010 | 1111 | 0 | 1101 | 10 | 10000000 | 1010011 | 1011011 |
Color Harmonies of #D5FBDA
Complementary color
Monochromatic Colors of #D5FBDA
Black with #D5FBDA
Text Example
Text Example
White with #D5FBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FBDA; }
p { color: rgb(213,251,218); }
H1.HeaderClassName
{
color: #D5FBDA;
}
.AnyTagClassName
{
color: #D5FBDA;
}
</style>
background-color css
<style>
a { background-color: #D5FBDA; }
a { background-color: rgb(213,251,218); }
div.DivClassName
{
background-color: #D5FBDA;
}
.BgClassName
{
background-color: #D5FBDA;
}
</style>
border-color css
<style>
span { border-color: #D5FBDA; }
span { border-color: rgb(213,251,218); }
td.TdClassName
{
border-color: #D5FBDA;
}
.TagClassName
{
border-color: #D5FBDA;
}
</style>