Shades of Mindaro #D0EE57
Tints of Mindaro #D0EE57
RGB
CMYK
RGB Variations
Color information
#D0EE57 (or 0xD0EE57) is known color: Mindaro. HEX triplet: D0, EE and 57. RGB value is (208,238,87). Sum of RGB (Red+Green+Blue) = 208+238+87=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 87 (34.38% from 255 or 16.32% from 533); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EE57 is #2F11A8. Grayscale: #D4D4D4. Windows color (decimal): -3084713 or 5762768. OLE color: 5762768.
HSL color Cylindrical-coordinate representation of color #D0EE57: hue angle of 71.92º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0EE57 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 87 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.07 |
| HSL | 71.92º | 0.82% | 0.64% | - |
| HSV(B) | 71.92º | 0.63% | 0.93% | - |
| XYZ | 58.31 | 75.25 | 20.47 | - |
| YUV | 211.82 | 57.56 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 87 | 0.13 | 0 | 0.63 | 0.07 | 71.92 | 0.82 | 0.64 |
| Hex | D0 | EE | 57 | D | 0 | 3F | 7 | 48 | 52 | 40 |
| Octal | 320 | 356 | 127 | 15 | 0 | 77 | 7 | 110 | 122 | 100 |
| Binary | 11010000 | 11101110 | 1010111 | 1101 | 0 | 111111 | 111 | 1001000 | 1010010 | 1000000 |
Color Harmonies of #D0EE57
Complementary color
Monochromatic Colors of #D0EE57
Black with #D0EE57
Text Example
Text Example
White with #D0EE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EE57; }
p { color: rgb(208,238,87); }
H1.HeaderClassName
{
color: #D0EE57;
}
.AnyTagClassName
{
color: #D0EE57;
}
</style>
background-color css
<style>
a { background-color: #D0EE57; }
a { background-color: rgb(208,238,87); }
div.DivClassName
{
background-color: #D0EE57;
}
.BgClassName
{
background-color: #D0EE57;
}
</style>
border-color css
<style>
span { border-color: #D0EE57; }
span { border-color: rgb(208,238,87); }
td.TdClassName
{
border-color: #D0EE57;
}
.TagClassName
{
border-color: #D0EE57;
}
</style>