Shades of Mindaro #D1EB60
Tints of Mindaro #D1EB60
RGB
CMYK
RGB Variations
Color information
#D1EB60 (or 0xD1EB60) is known color: Mindaro. HEX triplet: D1, EB and 60. RGB value is (209,235,96). Sum of RGB (Red+Green+Blue) = 209+235+96=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 235 (92.19% from 255 or 43.52% from 540); Blue value is 96 (37.89% from 255 or 17.78% from 540); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EB60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EB60 is #2E149F. Grayscale: #D3D3D3. Windows color (decimal): -3019936 or 6351825. OLE color: 6351825.
HSL color Cylindrical-coordinate representation of color #D1EB60: hue angle of 71.22º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D1EB60 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 235 | 96 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.08 |
| HSL | 71.22º | 0.78% | 0.65% | - |
| HSV(B) | 71.22º | 0.59% | 0.92% | - |
| XYZ | 58.11 | 73.82 | 22.25 | - |
| YUV | 211.38 | 62.89 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 235 | 96 | 0.11 | 0 | 0.59 | 0.08 | 71.22 | 0.78 | 0.65 |
| Hex | D1 | EB | 60 | B | 0 | 3B | 8 | 47 | 4E | 41 |
| Octal | 321 | 353 | 140 | 13 | 0 | 73 | 10 | 107 | 116 | 101 |
| Binary | 11010001 | 11101011 | 1100000 | 1011 | 0 | 111011 | 1000 | 1000111 | 1001110 | 1000001 |
Color Harmonies of #D1EB60
Complementary color
Monochromatic Colors of #D1EB60
Black with #D1EB60
Text Example
Text Example
White with #D1EB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EB60; }
p { color: rgb(209,235,96); }
H1.HeaderClassName
{
color: #D1EB60;
}
.AnyTagClassName
{
color: #D1EB60;
}
</style>
background-color css
<style>
a { background-color: #D1EB60; }
a { background-color: rgb(209,235,96); }
div.DivClassName
{
background-color: #D1EB60;
}
.BgClassName
{
background-color: #D1EB60;
}
</style>
border-color css
<style>
span { border-color: #D1EB60; }
span { border-color: rgb(209,235,96); }
td.TdClassName
{
border-color: #D1EB60;
}
.TagClassName
{
border-color: #D1EB60;
}
</style>