Shades of Off Green #D4FDDA
Tints of Off Green #D4FDDA
RGB
CMYK
RGB Variations
Color information
#D4FDDA (or 0xD4FDDA) is known color: Off Green. HEX triplet: D4, FD and DA. RGB value is (212,253,218). Sum of RGB (Red+Green+Blue) = 212+253+218=683 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.04% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 218 (85.55% from 255 or 31.92% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FDDA is #2B0225. Grayscale: #ECECEC. Windows color (decimal): -2818598 or 14351828. OLE color: 14351828.
HSL color Cylindrical-coordinate representation of color #D4FDDA: hue angle of 128.78º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4FDDA is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 212 | 253 | 218 | - |
CMYK | 0.16 | 0 | 0.14 | 0.01 |
HSL | 128.78º | 0.91% | 0.91% | - |
HSV(B) | 128.78º | 0.16% | 0.99% | - |
XYZ | 74.93 | 89.31 | 79.62 | - |
YUV | 236.75 | 117.42 | 110.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 253 | 218 | 0.16 | 0 | 0.14 | 0.01 | 128.78 | 0.91 | 0.91 |
Hex | D4 | FD | DA | 10 | 0 | E | 1 | 81 | 5B | 5B |
Octal | 324 | 375 | 332 | 20 | 0 | 16 | 1 | 201 | 133 | 133 |
Binary | 11010100 | 11111101 | 11011010 | 10000 | 0 | 1110 | 1 | 10000001 | 1011011 | 1011011 |
Color Harmonies of #D4FDDA
Complementary color
Monochromatic Colors of #D4FDDA
Black with #D4FDDA
Text Example
Text Example
White with #D4FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FDDA; }
p { color: rgb(212,253,218); }
H1.HeaderClassName
{
color: #D4FDDA;
}
.AnyTagClassName
{
color: #D4FDDA;
}
</style>
background-color css
<style>
a { background-color: #D4FDDA; }
a { background-color: rgb(212,253,218); }
div.DivClassName
{
background-color: #D4FDDA;
}
.BgClassName
{
background-color: #D4FDDA;
}
</style>
border-color css
<style>
span { border-color: #D4FDDA; }
span { border-color: rgb(212,253,218); }
td.TdClassName
{
border-color: #D4FDDA;
}
.TagClassName
{
border-color: #D4FDDA;
}
</style>