Shades of Off Green #D5FFDA
Tints of Off Green #D5FFDA
RGB
CMYK
RGB Variations
Color information
#D5FFDA (or 0xD5FFDA) is known color: Off Green. HEX triplet: D5, FF and DA. RGB value is (213,255,218). Sum of RGB (Red+Green+Blue) = 213+255+218=686 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.05% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 218 (85.55% from 255 or 31.78% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FFDA is #2A0025. Grayscale: #EEEEEE. Windows color (decimal): -2752550 or 14352341. OLE color: 14352341.
HSL color Cylindrical-coordinate representation of color #D5FFDA: hue angle of 127.14º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5FFDA is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
RGB | 213 | 255 | 218 | - |
CMYK | 0.16 | 0 | 0.15 | 0 |
HSL | 127.14º | 1% | 0.92% | - |
HSV(B) | 127.14º | 0.16% | 1% | - |
XYZ | 75.86 | 90.73 | 79.84 | - |
YUV | 238.22 | 116.59 | 110.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 255 | 218 | 0.16 | 0 | 0.15 | 0 | 127.14 | 1 | 0.92 |
Hex | D5 | FF | DA | 10 | 0 | F | 0 | 7F | 64 | 5C |
Octal | 325 | 377 | 332 | 20 | 0 | 17 | 0 | 177 | 144 | 134 |
Binary | 11010101 | 11111111 | 11011010 | 10000 | 0 | 1111 | 0 | 1111111 | 1100100 | 1011100 |
Color Harmonies of #D5FFDA
Complementary color
Monochromatic Colors of #D5FFDA
Black with #D5FFDA
Text Example
Text Example
White with #D5FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FFDA; }
p { color: rgb(213,255,218); }
H1.HeaderClassName
{
color: #D5FFDA;
}
.AnyTagClassName
{
color: #D5FFDA;
}
</style>
background-color css
<style>
a { background-color: #D5FFDA; }
a { background-color: rgb(213,255,218); }
div.DivClassName
{
background-color: #D5FFDA;
}
.BgClassName
{
background-color: #D5FFDA;
}
</style>
border-color css
<style>
span { border-color: #D5FFDA; }
span { border-color: rgb(213,255,218); }
td.TdClassName
{
border-color: #D5FFDA;
}
.TagClassName
{
border-color: #D5FFDA;
}
</style>