Shades of Mindaro #D0E95D
Tints of Mindaro #D0E95D
RGB
CMYK
RGB Variations
Color information
#D0E95D (or 0xD0E95D) is known color: Mindaro. HEX triplet: D0, E9 and 5D. RGB value is (208,233,93). Sum of RGB (Red+Green+Blue) = 208+233+93=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 93 (36.72% from 255 or 17.42% from 534); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E95D is #2F16A2. Grayscale: #D2D2D2. Windows color (decimal): -3085987 or 6154704. OLE color: 6154704.
HSL color Cylindrical-coordinate representation of color #D0E95D: hue angle of 70.71º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0E95D is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 93 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.09 |
| HSL | 70.71º | 0.76% | 0.64% | - |
| HSV(B) | 70.71º | 0.6% | 0.91% | - |
| XYZ | 57.13 | 72.48 | 21.33 | - |
| YUV | 209.57 | 62.22 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 93 | 0.11 | 0 | 0.60 | 0.09 | 70.71 | 0.76 | 0.64 |
| Hex | D0 | E9 | 5D | B | 0 | 3C | 9 | 47 | 4C | 40 |
| Octal | 320 | 351 | 135 | 13 | 0 | 74 | 11 | 107 | 114 | 100 |
| Binary | 11010000 | 11101001 | 1011101 | 1011 | 0 | 111100 | 1001 | 1000111 | 1001100 | 1000000 |
Color Harmonies of #D0E95D
Complementary color
Monochromatic Colors of #D0E95D
Black with #D0E95D
Text Example
Text Example
White with #D0E95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E95D; }
p { color: rgb(208,233,93); }
H1.HeaderClassName
{
color: #D0E95D;
}
.AnyTagClassName
{
color: #D0E95D;
}
</style>
background-color css
<style>
a { background-color: #D0E95D; }
a { background-color: rgb(208,233,93); }
div.DivClassName
{
background-color: #D0E95D;
}
.BgClassName
{
background-color: #D0E95D;
}
</style>
border-color css
<style>
span { border-color: #D0E95D; }
span { border-color: rgb(208,233,93); }
td.TdClassName
{
border-color: #D0E95D;
}
.TagClassName
{
border-color: #D0E95D;
}
</style>