Shades of Mindaro #D0E953
Tints of Mindaro #D0E953
RGB
CMYK
RGB Variations
Color information
#D0E953 (or 0xD0E953) is known color: Mindaro. HEX triplet: D0, E9 and 53. RGB value is (208,233,83). Sum of RGB (Red+Green+Blue) = 208+233+83=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 233 (91.41% from 255 or 44.47% from 524); Blue value is 83 (32.81% from 255 or 15.84% from 524); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E953 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E953 is #2F16AC. Grayscale: #D1D1D1. Windows color (decimal): -3085997 or 5499344. OLE color: 5499344.
HSL color Cylindrical-coordinate representation of color #D0E953: hue angle of 70º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0E953 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 83 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.09 |
| HSL | 70º | 0.77% | 0.62% | - |
| HSV(B) | 70º | 0.64% | 0.91% | - |
| XYZ | 56.71 | 72.31 | 19.15 | - |
| YUV | 208.43 | 57.22 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 83 | 0.11 | 0 | 0.64 | 0.09 | 70 | 0.77 | 0.62 |
| Hex | D0 | E9 | 53 | B | 0 | 40 | 9 | 46 | 4D | 3E |
| Octal | 320 | 351 | 123 | 13 | 0 | 100 | 11 | 106 | 115 | 76 |
| Binary | 11010000 | 11101001 | 1010011 | 1011 | 0 | 1000000 | 1001 | 1000110 | 1001101 | 111110 |
Color Harmonies of #D0E953
Complementary color
Monochromatic Colors of #D0E953
Black with #D0E953
Text Example
Text Example
White with #D0E953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E953; }
p { color: rgb(208,233,83); }
H1.HeaderClassName
{
color: #D0E953;
}
.AnyTagClassName
{
color: #D0E953;
}
</style>
background-color css
<style>
a { background-color: #D0E953; }
a { background-color: rgb(208,233,83); }
div.DivClassName
{
background-color: #D0E953;
}
.BgClassName
{
background-color: #D0E953;
}
</style>
border-color css
<style>
span { border-color: #D0E953; }
span { border-color: rgb(208,233,83); }
td.TdClassName
{
border-color: #D0E953;
}
.TagClassName
{
border-color: #D0E953;
}
</style>