Shades of Mindaro #D0EA5B
Tints of Mindaro #D0EA5B
RGB
CMYK
RGB Variations
Color information
#D0EA5B (or 0xD0EA5B) is known color: Mindaro. HEX triplet: D0, EA and 5B. RGB value is (208,234,91). Sum of RGB (Red+Green+Blue) = 208+234+91=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 91 (35.94% from 255 or 17.07% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EA5B is #2F15A4. Grayscale: #D2D2D2. Windows color (decimal): -3085733 or 6023888. OLE color: 6023888.
HSL color Cylindrical-coordinate representation of color #D0EA5B: hue angle of 70.91º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D0EA5B is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 234 | 91 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.08 |
| HSL | 70.91º | 0.77% | 0.64% | - |
| HSV(B) | 70.91º | 0.61% | 0.92% | - |
| XYZ | 57.32 | 73.01 | 20.97 | - |
| YUV | 209.92 | 60.89 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 234 | 91 | 0.11 | 0 | 0.61 | 0.08 | 70.91 | 0.77 | 0.64 |
| Hex | D0 | EA | 5B | B | 0 | 3D | 8 | 47 | 4D | 40 |
| Octal | 320 | 352 | 133 | 13 | 0 | 75 | 10 | 107 | 115 | 100 |
| Binary | 11010000 | 11101010 | 1011011 | 1011 | 0 | 111101 | 1000 | 1000111 | 1001101 | 1000000 |
Color Harmonies of #D0EA5B
Complementary color
Monochromatic Colors of #D0EA5B
Black with #D0EA5B
Text Example
Text Example
White with #D0EA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EA5B; }
p { color: rgb(208,234,91); }
H1.HeaderClassName
{
color: #D0EA5B;
}
.AnyTagClassName
{
color: #D0EA5B;
}
</style>
background-color css
<style>
a { background-color: #D0EA5B; }
a { background-color: rgb(208,234,91); }
div.DivClassName
{
background-color: #D0EA5B;
}
.BgClassName
{
background-color: #D0EA5B;
}
</style>
border-color css
<style>
span { border-color: #D0EA5B; }
span { border-color: rgb(208,234,91); }
td.TdClassName
{
border-color: #D0EA5B;
}
.TagClassName
{
border-color: #D0EA5B;
}
</style>