Shades of Mindaro #D0EA5F
Tints of Mindaro #D0EA5F
RGB
CMYK
RGB Variations
Color information
#D0EA5F (or 0xD0EA5F) is known color: Mindaro. HEX triplet: D0, EA and 5F. RGB value is (208,234,95). Sum of RGB (Red+Green+Blue) = 208+234+95=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 234 (91.80% from 255 or 43.58% from 537); Blue value is 95 (37.5% from 255 or 17.69% from 537); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EA5F is #2F15A0. Grayscale: #D2D2D2. Windows color (decimal): -3085729 or 6286032. OLE color: 6286032.
HSL color Cylindrical-coordinate representation of color #D0EA5F: hue angle of 71.22º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D0EA5F is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 234 | 95 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.08 |
| HSL | 71.22º | 0.77% | 0.65% | - |
| HSV(B) | 71.22º | 0.59% | 0.92% | - |
| XYZ | 57.5 | 73.08 | 21.9 | - |
| YUV | 210.38 | 62.89 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 234 | 95 | 0.11 | 0 | 0.59 | 0.08 | 71.22 | 0.77 | 0.65 |
| Hex | D0 | EA | 5F | B | 0 | 3B | 8 | 47 | 4D | 41 |
| Octal | 320 | 352 | 137 | 13 | 0 | 73 | 10 | 107 | 115 | 101 |
| Binary | 11010000 | 11101010 | 1011111 | 1011 | 0 | 111011 | 1000 | 1000111 | 1001101 | 1000001 |
Color Harmonies of #D0EA5F
Complementary color
Monochromatic Colors of #D0EA5F
Black with #D0EA5F
Text Example
Text Example
White with #D0EA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EA5F; }
p { color: rgb(208,234,95); }
H1.HeaderClassName
{
color: #D0EA5F;
}
.AnyTagClassName
{
color: #D0EA5F;
}
</style>
background-color css
<style>
a { background-color: #D0EA5F; }
a { background-color: rgb(208,234,95); }
div.DivClassName
{
background-color: #D0EA5F;
}
.BgClassName
{
background-color: #D0EA5F;
}
</style>
border-color css
<style>
span { border-color: #D0EA5F; }
span { border-color: rgb(208,234,95); }
td.TdClassName
{
border-color: #D0EA5F;
}
.TagClassName
{
border-color: #D0EA5F;
}
</style>