Shades of Mindaro #D0E954
Tints of Mindaro #D0E954
RGB
CMYK
RGB Variations
Color information
#D0E954 (or 0xD0E954) is known color: Mindaro. HEX triplet: D0, E9 and 54. RGB value is (208,233,84). Sum of RGB (Red+Green+Blue) = 208+233+84=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 84 (33.20% from 255 or 16% from 525); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E954 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E954 is #2F16AB. Grayscale: #D1D1D1. Windows color (decimal): -3085996 or 5564880. OLE color: 5564880.
HSL color Cylindrical-coordinate representation of color #D0E954: hue angle of 70.07º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0E954 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 84 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.09 |
| HSL | 70.07º | 0.77% | 0.62% | - |
| HSV(B) | 70.07º | 0.64% | 0.91% | - |
| XYZ | 56.75 | 72.33 | 19.36 | - |
| YUV | 208.54 | 57.72 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 84 | 0.11 | 0 | 0.64 | 0.09 | 70.07 | 0.77 | 0.62 |
| Hex | D0 | E9 | 54 | B | 0 | 40 | 9 | 46 | 4D | 3E |
| Octal | 320 | 351 | 124 | 13 | 0 | 100 | 11 | 106 | 115 | 76 |
| Binary | 11010000 | 11101001 | 1010100 | 1011 | 0 | 1000000 | 1001 | 1000110 | 1001101 | 111110 |
Color Harmonies of #D0E954
Complementary color
Monochromatic Colors of #D0E954
Black with #D0E954
Text Example
Text Example
White with #D0E954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E954; }
p { color: rgb(208,233,84); }
H1.HeaderClassName
{
color: #D0E954;
}
.AnyTagClassName
{
color: #D0E954;
}
</style>
background-color css
<style>
a { background-color: #D0E954; }
a { background-color: rgb(208,233,84); }
div.DivClassName
{
background-color: #D0E954;
}
.BgClassName
{
background-color: #D0E954;
}
</style>
border-color css
<style>
span { border-color: #D0E954; }
span { border-color: rgb(208,233,84); }
td.TdClassName
{
border-color: #D0E954;
}
.TagClassName
{
border-color: #D0E954;
}
</style>