Shades of Mindaro #D1EF55
Tints of Mindaro #D1EF55
RGB
CMYK
RGB Variations
Color information
#D1EF55 (or 0xD1EF55) is known color: Mindaro. HEX triplet: D1, EF and 55. RGB value is (209,239,85). Sum of RGB (Red+Green+Blue) = 209+239+85=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 85 (33.59% from 255 or 15.95% from 533); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EF55 is #2E10AA. Grayscale: #D5D5D5. Windows color (decimal): -3018923 or 5631953. OLE color: 5631953.
HSL color Cylindrical-coordinate representation of color #D1EF55: hue angle of 71.69º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1EF55 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 239 | 85 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.06 |
| HSL | 71.69º | 0.83% | 0.64% | - |
| HSV(B) | 71.69º | 0.64% | 0.94% | - |
| XYZ | 58.8 | 75.94 | 20.15 | - |
| YUV | 212.47 | 56.06 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 239 | 85 | 0.13 | 0 | 0.64 | 0.06 | 71.69 | 0.83 | 0.64 |
| Hex | D1 | EF | 55 | D | 0 | 40 | 6 | 48 | 53 | 40 |
| Octal | 321 | 357 | 125 | 15 | 0 | 100 | 6 | 110 | 123 | 100 |
| Binary | 11010001 | 11101111 | 1010101 | 1101 | 0 | 1000000 | 110 | 1001000 | 1010011 | 1000000 |
Color Harmonies of #D1EF55
Complementary color
Monochromatic Colors of #D1EF55
Black with #D1EF55
Text Example
Text Example
White with #D1EF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EF55; }
p { color: rgb(209,239,85); }
H1.HeaderClassName
{
color: #D1EF55;
}
.AnyTagClassName
{
color: #D1EF55;
}
</style>
background-color css
<style>
a { background-color: #D1EF55; }
a { background-color: rgb(209,239,85); }
div.DivClassName
{
background-color: #D1EF55;
}
.BgClassName
{
background-color: #D1EF55;
}
</style>
border-color css
<style>
span { border-color: #D1EF55; }
span { border-color: rgb(209,239,85); }
td.TdClassName
{
border-color: #D1EF55;
}
.TagClassName
{
border-color: #D1EF55;
}
</style>