Shades of Mindaro #D0E662
Tints of Mindaro #D0E662
RGB
CMYK
RGB Variations
Color information
#D0E662 (or 0xD0E662) is known color: Mindaro. HEX triplet: D0, E6 and 62. RGB value is (208,230,98). Sum of RGB (Red+Green+Blue) = 208+230+98=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 230 (90.23% from 255 or 42.91% from 536); Blue value is 98 (38.67% from 255 or 18.28% from 536); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E662 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E662 is #2F199D. Grayscale: #D0D0D0. Windows color (decimal): -3086750 or 6481616. OLE color: 6481616.
HSL color Cylindrical-coordinate representation of color #D0E662: hue angle of 70º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0E662 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 230 | 98 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.10 |
| HSL | 70º | 0.73% | 0.64% | - |
| HSV(B) | 70º | 0.57% | 0.9% | - |
| XYZ | 56.51 | 70.89 | 22.26 | - |
| YUV | 208.37 | 65.71 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 230 | 98 | 0.10 | 0 | 0.57 | 0.10 | 70 | 0.73 | 0.64 |
| Hex | D0 | E6 | 62 | A | 0 | 39 | A | 46 | 49 | 40 |
| Octal | 320 | 346 | 142 | 12 | 0 | 71 | 12 | 106 | 111 | 100 |
| Binary | 11010000 | 11100110 | 1100010 | 1010 | 0 | 111001 | 1010 | 1000110 | 1001001 | 1000000 |
Color Harmonies of #D0E662
Complementary color
Monochromatic Colors of #D0E662
Black with #D0E662
Text Example
Text Example
White with #D0E662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E662; }
p { color: rgb(208,230,98); }
H1.HeaderClassName
{
color: #D0E662;
}
.AnyTagClassName
{
color: #D0E662;
}
</style>
background-color css
<style>
a { background-color: #D0E662; }
a { background-color: rgb(208,230,98); }
div.DivClassName
{
background-color: #D0E662;
}
.BgClassName
{
background-color: #D0E662;
}
</style>
border-color css
<style>
span { border-color: #D0E662; }
span { border-color: rgb(208,230,98); }
td.TdClassName
{
border-color: #D0E662;
}
.TagClassName
{
border-color: #D0E662;
}
</style>