Shades of Mindaro #D0E55B
Tints of Mindaro #D0E55B
RGB
CMYK
RGB Variations
Color information
#D0E55B (or 0xD0E55B) is known color: Mindaro. HEX triplet: D0, E5 and 5B. RGB value is (208,229,91). Sum of RGB (Red+Green+Blue) = 208+229+91=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 91 (35.94% from 255 or 17.23% from 528); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E55B is #2F1AA4. Grayscale: #CFCFCF. Windows color (decimal): -3087013 or 6022608. OLE color: 6022608.
HSL color Cylindrical-coordinate representation of color #D0E55B: hue angle of 69.13º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0E55B is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 229 | 91 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.10 |
| HSL | 69.13º | 0.73% | 0.63% | - |
| HSV(B) | 69.13º | 0.6% | 0.9% | - |
| XYZ | 55.92 | 70.2 | 20.5 | - |
| YUV | 206.99 | 62.54 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 229 | 91 | 0.09 | 0 | 0.60 | 0.10 | 69.13 | 0.73 | 0.63 |
| Hex | D0 | E5 | 5B | 9 | 0 | 3C | A | 45 | 49 | 3F |
| Octal | 320 | 345 | 133 | 11 | 0 | 74 | 12 | 105 | 111 | 77 |
| Binary | 11010000 | 11100101 | 1011011 | 1001 | 0 | 111100 | 1010 | 1000101 | 1001001 | 111111 |
Color Harmonies of #D0E55B
Complementary color
Monochromatic Colors of #D0E55B
Black with #D0E55B
Text Example
Text Example
White with #D0E55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E55B; }
p { color: rgb(208,229,91); }
H1.HeaderClassName
{
color: #D0E55B;
}
.AnyTagClassName
{
color: #D0E55B;
}
</style>
background-color css
<style>
a { background-color: #D0E55B; }
a { background-color: rgb(208,229,91); }
div.DivClassName
{
background-color: #D0E55B;
}
.BgClassName
{
background-color: #D0E55B;
}
</style>
border-color css
<style>
span { border-color: #D0E55B; }
span { border-color: rgb(208,229,91); }
td.TdClassName
{
border-color: #D0E55B;
}
.TagClassName
{
border-color: #D0E55B;
}
</style>