Shades of Mindaro #D0E063
Tints of Mindaro #D0E063
RGB
CMYK
RGB Variations
Color information
#D0E063 (or 0xD0E063) is known color: Mindaro. HEX triplet: D0, E0 and 63. RGB value is (208,224,99). Sum of RGB (Red+Green+Blue) = 208+224+99=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 99 (39.06% from 255 or 18.64% from 531); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E063 is #2F1F9C. Grayscale: #CDCDCD. Windows color (decimal): -3088285 or 6545616. OLE color: 6545616.
HSL color Cylindrical-coordinate representation of color #D0E063: hue angle of 67.68º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0E063 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 224 | 99 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.12 |
| HSL | 67.68º | 0.67% | 0.63% | - |
| HSV(B) | 67.68º | 0.56% | 0.88% | - |
| XYZ | 54.92 | 67.62 | 21.96 | - |
| YUV | 204.97 | 68.2 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 224 | 99 | 0.07 | 0 | 0.56 | 0.12 | 67.68 | 0.67 | 0.63 |
| Hex | D0 | E0 | 63 | 7 | 0 | 38 | C | 44 | 43 | 3F |
| Octal | 320 | 340 | 143 | 7 | 0 | 70 | 14 | 104 | 103 | 77 |
| Binary | 11010000 | 11100000 | 1100011 | 111 | 0 | 111000 | 1100 | 1000100 | 1000011 | 111111 |
Color Harmonies of #D0E063
Complementary color
Monochromatic Colors of #D0E063
Black with #D0E063
Text Example
Text Example
White with #D0E063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E063; }
p { color: rgb(208,224,99); }
H1.HeaderClassName
{
color: #D0E063;
}
.AnyTagClassName
{
color: #D0E063;
}
</style>
background-color css
<style>
a { background-color: #D0E063; }
a { background-color: rgb(208,224,99); }
div.DivClassName
{
background-color: #D0E063;
}
.BgClassName
{
background-color: #D0E063;
}
</style>
border-color css
<style>
span { border-color: #D0E063; }
span { border-color: rgb(208,224,99); }
td.TdClassName
{
border-color: #D0E063;
}
.TagClassName
{
border-color: #D0E063;
}
</style>