Shades of Mindaro #D0EA53
Tints of Mindaro #D0EA53
RGB
CMYK
RGB Variations
Color information
#D0EA53 (or 0xD0EA53) is known color: Mindaro. HEX triplet: D0, EA and 53. RGB value is (208,234,83). Sum of RGB (Red+Green+Blue) = 208+234+83=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 83 (32.81% from 255 or 15.81% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EA53 is #2F15AC. Grayscale: #D1D1D1. Windows color (decimal): -3085741 or 5499600. OLE color: 5499600.
HSL color Cylindrical-coordinate representation of color #D0EA53: hue angle of 70.33º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0EA53 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 234 | 83 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.08 |
| HSL | 70.33º | 0.78% | 0.62% | - |
| HSV(B) | 70.33º | 0.65% | 0.92% | - |
| XYZ | 57 | 72.88 | 19.25 | - |
| YUV | 209.01 | 56.89 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 234 | 83 | 0.11 | 0 | 0.65 | 0.08 | 70.33 | 0.78 | 0.62 |
| Hex | D0 | EA | 53 | B | 0 | 41 | 8 | 46 | 4E | 3E |
| Octal | 320 | 352 | 123 | 13 | 0 | 101 | 10 | 106 | 116 | 76 |
| Binary | 11010000 | 11101010 | 1010011 | 1011 | 0 | 1000001 | 1000 | 1000110 | 1001110 | 111110 |
Color Harmonies of #D0EA53
Complementary color
Monochromatic Colors of #D0EA53
Black with #D0EA53
Text Example
Text Example
White with #D0EA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EA53; }
p { color: rgb(208,234,83); }
H1.HeaderClassName
{
color: #D0EA53;
}
.AnyTagClassName
{
color: #D0EA53;
}
</style>
background-color css
<style>
a { background-color: #D0EA53; }
a { background-color: rgb(208,234,83); }
div.DivClassName
{
background-color: #D0EA53;
}
.BgClassName
{
background-color: #D0EA53;
}
</style>
border-color css
<style>
span { border-color: #D0EA53; }
span { border-color: rgb(208,234,83); }
td.TdClassName
{
border-color: #D0EA53;
}
.TagClassName
{
border-color: #D0EA53;
}
</style>