Shades of Mindaro #D3EE54
Tints of Mindaro #D3EE54
RGB
CMYK
RGB Variations
Color information
#D3EE54 (or 0xD3EE54) is known color: Mindaro. HEX triplet: D3, EE and 54. RGB value is (211,238,84). Sum of RGB (Red+Green+Blue) = 211+238+84=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 84 (33.20% from 255 or 15.76% from 533); Max value from RGB is 238 - color contains mainly: green. Hex color #D3EE54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EE54 is #2C11AB. Grayscale: #D4D4D4. Windows color (decimal): -2888108 or 5566163. OLE color: 5566163.
HSL color Cylindrical-coordinate representation of color #D3EE54: hue angle of 70.52º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D3EE54 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 238 | 84 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.07 |
| HSL | 70.52º | 0.82% | 0.63% | - |
| HSV(B) | 70.52º | 0.65% | 0.93% | - |
| XYZ | 59.04 | 75.64 | 19.88 | - |
| YUV | 212.37 | 55.55 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 238 | 84 | 0.11 | 0 | 0.65 | 0.07 | 70.52 | 0.82 | 0.63 |
| Hex | D3 | EE | 54 | B | 0 | 41 | 7 | 47 | 52 | 3F |
| Octal | 323 | 356 | 124 | 13 | 0 | 101 | 7 | 107 | 122 | 77 |
| Binary | 11010011 | 11101110 | 1010100 | 1011 | 0 | 1000001 | 111 | 1000111 | 1010010 | 111111 |
Color Harmonies of #D3EE54
Complementary color
Monochromatic Colors of #D3EE54
Black with #D3EE54
Text Example
Text Example
White with #D3EE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EE54; }
p { color: rgb(211,238,84); }
H1.HeaderClassName
{
color: #D3EE54;
}
.AnyTagClassName
{
color: #D3EE54;
}
</style>
background-color css
<style>
a { background-color: #D3EE54; }
a { background-color: rgb(211,238,84); }
div.DivClassName
{
background-color: #D3EE54;
}
.BgClassName
{
background-color: #D3EE54;
}
</style>
border-color css
<style>
span { border-color: #D3EE54; }
span { border-color: rgb(211,238,84); }
td.TdClassName
{
border-color: #D3EE54;
}
.TagClassName
{
border-color: #D3EE54;
}
</style>