Shades of Off Green #D5FDDA
Tints of Off Green #D5FDDA
RGB
CMYK
RGB Variations
Color information
#D5FDDA (or 0xD5FDDA) is known color: Off Green. HEX triplet: D5, FD and DA. RGB value is (213,253,218). Sum of RGB (Red+Green+Blue) = 213+253+218=684 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.14% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 218 (85.55% from 255 or 31.87% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FDDA is #2A0225. Grayscale: #EDEDED. Windows color (decimal): -2753062 or 14351829. OLE color: 14351829.
HSL color Cylindrical-coordinate representation of color #D5FDDA: hue angle of 127.5º 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 #D5FDDA is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 213 | 253 | 218 | - |
CMYK | 0.16 | 0 | 0.14 | 0.01 |
HSL | 127.5º | 0.91% | 0.91% | - |
HSV(B) | 127.5º | 0.16% | 0.99% | - |
XYZ | 75.22 | 89.46 | 79.63 | - |
YUV | 237.05 | 117.25 | 110.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 253 | 218 | 0.16 | 0 | 0.14 | 0.01 | 127.5 | 0.91 | 0.91 |
Hex | D5 | FD | DA | 10 | 0 | E | 1 | 80 | 5B | 5B |
Octal | 325 | 375 | 332 | 20 | 0 | 16 | 1 | 200 | 133 | 133 |
Binary | 11010101 | 11111101 | 11011010 | 10000 | 0 | 1110 | 1 | 10000000 | 1011011 | 1011011 |
Color Harmonies of #D5FDDA
Complementary color
Monochromatic Colors of #D5FDDA
Black with #D5FDDA
Text Example
Text Example
White with #D5FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FDDA; }
p { color: rgb(213,253,218); }
H1.HeaderClassName
{
color: #D5FDDA;
}
.AnyTagClassName
{
color: #D5FDDA;
}
</style>
background-color css
<style>
a { background-color: #D5FDDA; }
a { background-color: rgb(213,253,218); }
div.DivClassName
{
background-color: #D5FDDA;
}
.BgClassName
{
background-color: #D5FDDA;
}
</style>
border-color css
<style>
span { border-color: #D5FDDA; }
span { border-color: rgb(213,253,218); }
td.TdClassName
{
border-color: #D5FDDA;
}
.TagClassName
{
border-color: #D5FDDA;
}
</style>