Shades of Mindaro #D0E259
Tints of Mindaro #D0E259
RGB
CMYK
RGB Variations
Color information
#D0E259 (or 0xD0E259) is known color: Mindaro. HEX triplet: D0, E2 and 59. RGB value is (208,226,89). Sum of RGB (Red+Green+Blue) = 208+226+89=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 226 (88.67% from 255 or 43.21% from 523); Blue value is 89 (35.16% from 255 or 17.02% from 523); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E259 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E259 is #2F1DA6. Grayscale: #CDCDCD. Windows color (decimal): -3087783 or 5890768. OLE color: 5890768.
HSL color Cylindrical-coordinate representation of color #D0E259: hue angle of 67.88º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D0E259 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 226 | 89 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.11 |
| HSL | 67.88º | 0.7% | 0.62% | - |
| HSV(B) | 67.88º | 0.61% | 0.89% | - |
| XYZ | 55.01 | 68.52 | 19.78 | - |
| YUV | 205 | 62.54 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 226 | 89 | 0.08 | 0 | 0.61 | 0.11 | 67.88 | 0.7 | 0.62 |
| Hex | D0 | E2 | 59 | 8 | 0 | 3D | B | 44 | 46 | 3E |
| Octal | 320 | 342 | 131 | 10 | 0 | 75 | 13 | 104 | 106 | 76 |
| Binary | 11010000 | 11100010 | 1011001 | 1000 | 0 | 111101 | 1011 | 1000100 | 1000110 | 111110 |
Color Harmonies of #D0E259
Complementary color
Monochromatic Colors of #D0E259
Black with #D0E259
Text Example
Text Example
White with #D0E259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E259; }
p { color: rgb(208,226,89); }
H1.HeaderClassName
{
color: #D0E259;
}
.AnyTagClassName
{
color: #D0E259;
}
</style>
background-color css
<style>
a { background-color: #D0E259; }
a { background-color: rgb(208,226,89); }
div.DivClassName
{
background-color: #D0E259;
}
.BgClassName
{
background-color: #D0E259;
}
</style>
border-color css
<style>
span { border-color: #D0E259; }
span { border-color: rgb(208,226,89); }
td.TdClassName
{
border-color: #D0E259;
}
.TagClassName
{
border-color: #D0E259;
}
</style>