Shades of Mindaro #D0E956
Tints of Mindaro #D0E956
RGB
CMYK
RGB Variations
Color information
#D0E956 (or 0xD0E956) is known color: Mindaro. HEX triplet: D0, E9 and 56. RGB value is (208,233,86). Sum of RGB (Red+Green+Blue) = 208+233+86=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 86 (33.98% from 255 or 16.32% from 527); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E956 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E956 is #2F16A9. Grayscale: #D1D1D1. Windows color (decimal): -3085994 or 5695952. OLE color: 5695952.
HSL color Cylindrical-coordinate representation of color #D0E956: hue angle of 70.2º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0E956 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 86 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.09 |
| HSL | 70.2º | 0.77% | 0.63% | - |
| HSV(B) | 70.2º | 0.63% | 0.91% | - |
| XYZ | 56.83 | 72.36 | 19.78 | - |
| YUV | 208.77 | 58.72 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 86 | 0.11 | 0 | 0.63 | 0.09 | 70.2 | 0.77 | 0.63 |
| Hex | D0 | E9 | 56 | B | 0 | 3F | 9 | 46 | 4D | 3F |
| Octal | 320 | 351 | 126 | 13 | 0 | 77 | 11 | 106 | 115 | 77 |
| Binary | 11010000 | 11101001 | 1010110 | 1011 | 0 | 111111 | 1001 | 1000110 | 1001101 | 111111 |
Color Harmonies of #D0E956
Complementary color
Monochromatic Colors of #D0E956
Black with #D0E956
Text Example
Text Example
White with #D0E956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E956; }
p { color: rgb(208,233,86); }
H1.HeaderClassName
{
color: #D0E956;
}
.AnyTagClassName
{
color: #D0E956;
}
</style>
background-color css
<style>
a { background-color: #D0E956; }
a { background-color: rgb(208,233,86); }
div.DivClassName
{
background-color: #D0E956;
}
.BgClassName
{
background-color: #D0E956;
}
</style>
border-color css
<style>
span { border-color: #D0E956; }
span { border-color: rgb(208,233,86); }
td.TdClassName
{
border-color: #D0E956;
}
.TagClassName
{
border-color: #D0E956;
}
</style>