Shades of Mindaro #D0E05D
Tints of Mindaro #D0E05D
RGB
CMYK
RGB Variations
Color information
#D0E05D (or 0xD0E05D) is known color: Mindaro. HEX triplet: D0, E0 and 5D. RGB value is (208,224,93). Sum of RGB (Red+Green+Blue) = 208+224+93=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E05D is #2F1FA2. Grayscale: #CCCCCC. Windows color (decimal): -3088291 or 6152400. OLE color: 6152400.
HSL color Cylindrical-coordinate representation of color #D0E05D: hue angle of 67.33º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D0E05D is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 224 | 93 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.12 |
| HSL | 67.33º | 0.68% | 0.62% | - |
| HSV(B) | 67.33º | 0.58% | 0.88% | - |
| XYZ | 54.64 | 67.51 | 20.51 | - |
| YUV | 204.28 | 65.2 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 224 | 93 | 0.07 | 0 | 0.58 | 0.12 | 67.33 | 0.68 | 0.62 |
| Hex | D0 | E0 | 5D | 7 | 0 | 3A | C | 43 | 44 | 3E |
| Octal | 320 | 340 | 135 | 7 | 0 | 72 | 14 | 103 | 104 | 76 |
| Binary | 11010000 | 11100000 | 1011101 | 111 | 0 | 111010 | 1100 | 1000011 | 1000100 | 111110 |
Color Harmonies of #D0E05D
Complementary color
Monochromatic Colors of #D0E05D
Black with #D0E05D
Text Example
Text Example
White with #D0E05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E05D; }
p { color: rgb(208,224,93); }
H1.HeaderClassName
{
color: #D0E05D;
}
.AnyTagClassName
{
color: #D0E05D;
}
</style>
background-color css
<style>
a { background-color: #D0E05D; }
a { background-color: rgb(208,224,93); }
div.DivClassName
{
background-color: #D0E05D;
}
.BgClassName
{
background-color: #D0E05D;
}
</style>
border-color css
<style>
span { border-color: #D0E05D; }
span { border-color: rgb(208,224,93); }
td.TdClassName
{
border-color: #D0E05D;
}
.TagClassName
{
border-color: #D0E05D;
}
</style>