Shades of Off Green #D5FFDC
Tints of Off Green #D5FFDC
RGB
CMYK
RGB Variations
Color information
#D5FFDC (or 0xD5FFDC) is known color: Off Green. HEX triplet: D5, FF and DC. RGB value is (213,255,220). Sum of RGB (Red+Green+Blue) = 213+255+220=688 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.96% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FFDC is #2A0023. Grayscale: #EEEEEE. Windows color (decimal): -2752548 or 14483413. OLE color: 14483413.
HSL color Cylindrical-coordinate representation of color #D5FFDC: hue angle of 130º 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 #D5FFDC is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
RGB | 213 | 255 | 220 | - |
CMYK | 0.16 | 0 | 0.14 | 0 |
HSL | 130º | 1% | 0.92% | - |
HSV(B) | 130º | 0.16% | 1% | - |
XYZ | 76.12 | 90.83 | 81.23 | - |
YUV | 238.45 | 117.59 | 109.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 255 | 220 | 0.16 | 0 | 0.14 | 0 | 130 | 1 | 0.92 |
Hex | D5 | FF | DC | 10 | 0 | E | 0 | 82 | 64 | 5C |
Octal | 325 | 377 | 334 | 20 | 0 | 16 | 0 | 202 | 144 | 134 |
Binary | 11010101 | 11111111 | 11011100 | 10000 | 0 | 1110 | 0 | 10000010 | 1100100 | 1011100 |
Color Harmonies of #D5FFDC
Complementary color
Monochromatic Colors of #D5FFDC
Black with #D5FFDC
Text Example
Text Example
White with #D5FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FFDC; }
p { color: rgb(213,255,220); }
H1.HeaderClassName
{
color: #D5FFDC;
}
.AnyTagClassName
{
color: #D5FFDC;
}
</style>
background-color css
<style>
a { background-color: #D5FFDC; }
a { background-color: rgb(213,255,220); }
div.DivClassName
{
background-color: #D5FFDC;
}
.BgClassName
{
background-color: #D5FFDC;
}
</style>
border-color css
<style>
span { border-color: #D5FFDC; }
span { border-color: rgb(213,255,220); }
td.TdClassName
{
border-color: #D5FFDC;
}
.TagClassName
{
border-color: #D5FFDC;
}
</style>