Shades of Off Green #D3FDDA
Tints of Off Green #D3FDDA
RGB
CMYK
RGB Variations
Color information
#D3FDDA (or 0xD3FDDA) is known color: Off Green. HEX triplet: D3, FD and DA. RGB value is (211,253,218). Sum of RGB (Red+Green+Blue) = 211+253+218=682 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.94% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 218 (85.55% from 255 or 31.96% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #D3FDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3FDDA is #2C0225. Grayscale: #ECECEC. Windows color (decimal): -2884134 or 14351827. OLE color: 14351827.
HSL color Cylindrical-coordinate representation of color #D3FDDA: hue angle of 130º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3FDDA is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 253 | 218 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.01 |
| HSL | 130º | 0.91% | 0.91% | - |
| HSV(B) | 130º | 0.17% | 0.99% | - |
| XYZ | 74.64 | 89.16 | 79.61 | - |
| YUV | 236.45 | 117.59 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 253 | 218 | 0.17 | 0 | 0.14 | 0.01 | 130 | 0.91 | 0.91 |
| Hex | D3 | FD | DA | 11 | 0 | E | 1 | 82 | 5B | 5B |
| Octal | 323 | 375 | 332 | 21 | 0 | 16 | 1 | 202 | 133 | 133 |
| Binary | 11010011 | 11111101 | 11011010 | 10001 | 0 | 1110 | 1 | 10000010 | 1011011 | 1011011 |
Color Harmonies of #D3FDDA
Complementary color
Monochromatic Colors of #D3FDDA
Black with #D3FDDA
Text Example
Text Example
White with #D3FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FDDA; }
p { color: rgb(211,253,218); }
H1.HeaderClassName
{
color: #D3FDDA;
}
.AnyTagClassName
{
color: #D3FDDA;
}
</style>
background-color css
<style>
a { background-color: #D3FDDA; }
a { background-color: rgb(211,253,218); }
div.DivClassName
{
background-color: #D3FDDA;
}
.BgClassName
{
background-color: #D3FDDA;
}
</style>
border-color css
<style>
span { border-color: #D3FDDA; }
span { border-color: rgb(211,253,218); }
td.TdClassName
{
border-color: #D3FDDA;
}
.TagClassName
{
border-color: #D3FDDA;
}
</style>