Shades of Mindaro #D3EF55
Tints of Mindaro #D3EF55
RGB
CMYK
RGB Variations
Color information
#D3EF55 (or 0xD3EF55) is known color: Mindaro. HEX triplet: D3, EF and 55. RGB value is (211,239,85). Sum of RGB (Red+Green+Blue) = 211+239+85=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 85 (33.59% from 255 or 15.89% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EF55 is #2C10AA. Grayscale: #D5D5D5. Windows color (decimal): -2887851 or 5631955. OLE color: 5631955.
HSL color Cylindrical-coordinate representation of color #D3EF55: hue angle of 70.91º 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 #D3EF55 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 239 | 85 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.06 |
| HSL | 70.91º | 0.83% | 0.64% | - |
| HSV(B) | 70.91º | 0.64% | 0.94% | - |
| XYZ | 59.37 | 76.24 | 20.18 | - |
| YUV | 213.07 | 55.72 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 239 | 85 | 0.12 | 0 | 0.64 | 0.06 | 70.91 | 0.83 | 0.64 |
| Hex | D3 | EF | 55 | C | 0 | 40 | 6 | 47 | 53 | 40 |
| Octal | 323 | 357 | 125 | 14 | 0 | 100 | 6 | 107 | 123 | 100 |
| Binary | 11010011 | 11101111 | 1010101 | 1100 | 0 | 1000000 | 110 | 1000111 | 1010011 | 1000000 |
Color Harmonies of #D3EF55
Complementary color
Monochromatic Colors of #D3EF55
Black with #D3EF55
Text Example
Text Example
White with #D3EF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EF55; }
p { color: rgb(211,239,85); }
H1.HeaderClassName
{
color: #D3EF55;
}
.AnyTagClassName
{
color: #D3EF55;
}
</style>
background-color css
<style>
a { background-color: #D3EF55; }
a { background-color: rgb(211,239,85); }
div.DivClassName
{
background-color: #D3EF55;
}
.BgClassName
{
background-color: #D3EF55;
}
</style>
border-color css
<style>
span { border-color: #D3EF55; }
span { border-color: rgb(211,239,85); }
td.TdClassName
{
border-color: #D3EF55;
}
.TagClassName
{
border-color: #D3EF55;
}
</style>