Shades of Mindaro #D1EB55
Tints of Mindaro #D1EB55
RGB
CMYK
RGB Variations
Color information
#D1EB55 (or 0xD1EB55) is known color: Mindaro. HEX triplet: D1, EB and 55. RGB value is (209,235,85). Sum of RGB (Red+Green+Blue) = 209+235+85=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 85 (33.59% from 255 or 16.07% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EB55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EB55 is #2E14AA. Grayscale: #D2D2D2. Windows color (decimal): -3019947 or 5630929. OLE color: 5630929.
HSL color Cylindrical-coordinate representation of color #D1EB55: hue angle of 70.4º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1EB55 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 235 | 85 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.08 |
| HSL | 70.4º | 0.79% | 0.63% | - |
| HSV(B) | 70.4º | 0.64% | 0.92% | - |
| XYZ | 57.64 | 73.63 | 19.77 | - |
| YUV | 210.13 | 57.39 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 235 | 85 | 0.11 | 0 | 0.64 | 0.08 | 70.4 | 0.79 | 0.63 |
| Hex | D1 | EB | 55 | B | 0 | 40 | 8 | 46 | 4F | 3F |
| Octal | 321 | 353 | 125 | 13 | 0 | 100 | 10 | 106 | 117 | 77 |
| Binary | 11010001 | 11101011 | 1010101 | 1011 | 0 | 1000000 | 1000 | 1000110 | 1001111 | 111111 |
Color Harmonies of #D1EB55
Complementary color
Monochromatic Colors of #D1EB55
Black with #D1EB55
Text Example
Text Example
White with #D1EB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EB55; }
p { color: rgb(209,235,85); }
H1.HeaderClassName
{
color: #D1EB55;
}
.AnyTagClassName
{
color: #D1EB55;
}
</style>
background-color css
<style>
a { background-color: #D1EB55; }
a { background-color: rgb(209,235,85); }
div.DivClassName
{
background-color: #D1EB55;
}
.BgClassName
{
background-color: #D1EB55;
}
</style>
border-color css
<style>
span { border-color: #D1EB55; }
span { border-color: rgb(209,235,85); }
td.TdClassName
{
border-color: #D1EB55;
}
.TagClassName
{
border-color: #D1EB55;
}
</style>