Shades of Off Green #D4FBDA
Tints of Off Green #D4FBDA
RGB
CMYK
RGB Variations
Color information
#D4FBDA (or 0xD4FBDA) is known color: Off Green. HEX triplet: D4, FB and DA. RGB value is (212,251,218). Sum of RGB (Red+Green+Blue) = 212+251+218=681 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.13% from 681); Green value is 251 (98.44% from 255 or 36.86% from 681); Blue value is 218 (85.55% from 255 or 32.01% from 681); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FBDA is #2B0425. Grayscale: #EBEBEB. Windows color (decimal): -2819110 or 14351316. OLE color: 14351316.
HSL color Cylindrical-coordinate representation of color #D4FBDA: hue angle of 129.23º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4FBDA is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 251 | 218 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.02 |
| HSL | 129.23º | 0.83% | 0.91% | - |
| HSV(B) | 129.23º | 0.16% | 0.98% | - |
| XYZ | 74.3 | 88.05 | 79.41 | - |
| YUV | 235.58 | 118.08 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 251 | 218 | 0.16 | 0 | 0.13 | 0.02 | 129.23 | 0.83 | 0.91 |
| Hex | D4 | FB | DA | 10 | 0 | D | 2 | 81 | 53 | 5B |
| Octal | 324 | 373 | 332 | 20 | 0 | 15 | 2 | 201 | 123 | 133 |
| Binary | 11010100 | 11111011 | 11011010 | 10000 | 0 | 1101 | 10 | 10000001 | 1010011 | 1011011 |
Color Harmonies of #D4FBDA
Complementary color
Monochromatic Colors of #D4FBDA
Black with #D4FBDA
Text Example
Text Example
White with #D4FBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FBDA; }
p { color: rgb(212,251,218); }
H1.HeaderClassName
{
color: #D4FBDA;
}
.AnyTagClassName
{
color: #D4FBDA;
}
</style>
background-color css
<style>
a { background-color: #D4FBDA; }
a { background-color: rgb(212,251,218); }
div.DivClassName
{
background-color: #D4FBDA;
}
.BgClassName
{
background-color: #D4FBDA;
}
</style>
border-color css
<style>
span { border-color: #D4FBDA; }
span { border-color: rgb(212,251,218); }
td.TdClassName
{
border-color: #D4FBDA;
}
.TagClassName
{
border-color: #D4FBDA;
}
</style>