Shades of Off Green #D0FFDA
Tints of Off Green #D0FFDA
RGB
CMYK
RGB Variations
Color information
#D0FFDA (or 0xD0FFDA) is known color: Off Green. HEX triplet: D0, FF and DA. RGB value is (208,255,218). Sum of RGB (Red+Green+Blue) = 208+255+218=681 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.54% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 218 (85.55% from 255 or 32.01% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FFDA is #2F0025. Grayscale: #ECECEC. Windows color (decimal): -3080230 or 14352336. OLE color: 14352336.
HSL color Cylindrical-coordinate representation of color #D0FFDA: hue angle of 132.77º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FFDA is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
RGB | 208 | 255 | 218 | - |
CMYK | 0.18 | 0 | 0.15 | 0 |
HSL | 132.77º | 1% | 0.91% | - |
HSV(B) | 132.77º | 0.18% | 1% | - |
XYZ | 74.43 | 89.99 | 79.78 | - |
YUV | 236.73 | 117.43 | 107.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 255 | 218 | 0.18 | 0 | 0.15 | 0 | 132.77 | 1 | 0.91 |
Hex | D0 | FF | DA | 12 | 0 | F | 0 | 85 | 64 | 5B |
Octal | 320 | 377 | 332 | 22 | 0 | 17 | 0 | 205 | 144 | 133 |
Binary | 11010000 | 11111111 | 11011010 | 10010 | 0 | 1111 | 0 | 10000101 | 1100100 | 1011011 |
Color Harmonies of #D0FFDA
Complementary color
Monochromatic Colors of #D0FFDA
Black with #D0FFDA
Text Example
Text Example
White with #D0FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFDA; }
p { color: rgb(208,255,218); }
H1.HeaderClassName
{
color: #D0FFDA;
}
.AnyTagClassName
{
color: #D0FFDA;
}
</style>
background-color css
<style>
a { background-color: #D0FFDA; }
a { background-color: rgb(208,255,218); }
div.DivClassName
{
background-color: #D0FFDA;
}
.BgClassName
{
background-color: #D0FFDA;
}
</style>
border-color css
<style>
span { border-color: #D0FFDA; }
span { border-color: rgb(208,255,218); }
td.TdClassName
{
border-color: #D0FFDA;
}
.TagClassName
{
border-color: #D0FFDA;
}
</style>