Shades of Mindaro #D1EA54
Tints of Mindaro #D1EA54
RGB
CMYK
RGB Variations
Color information
#D1EA54 (or 0xD1EA54) is known color: Mindaro. HEX triplet: D1, EA and 54. RGB value is (209,234,84). Sum of RGB (Red+Green+Blue) = 209+234+84=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 84 (33.20% from 255 or 15.94% from 527); Max value from RGB is 234 - color contains mainly: green. Hex color #D1EA54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EA54 is #2E15AB. Grayscale: #D2D2D2. Windows color (decimal): -3020204 or 5565137. OLE color: 5565137.
HSL color Cylindrical-coordinate representation of color #D1EA54: hue angle of 70º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1EA54 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 234 | 84 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.08 |
| HSL | 70º | 0.78% | 0.62% | - |
| HSV(B) | 70º | 0.64% | 0.92% | - |
| XYZ | 57.32 | 73.04 | 19.46 | - |
| YUV | 209.43 | 57.22 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 234 | 84 | 0.11 | 0 | 0.64 | 0.08 | 70 | 0.78 | 0.62 |
| Hex | D1 | EA | 54 | B | 0 | 40 | 8 | 46 | 4E | 3E |
| Octal | 321 | 352 | 124 | 13 | 0 | 100 | 10 | 106 | 116 | 76 |
| Binary | 11010001 | 11101010 | 1010100 | 1011 | 0 | 1000000 | 1000 | 1000110 | 1001110 | 111110 |
Color Harmonies of #D1EA54
Complementary color
Monochromatic Colors of #D1EA54
Black with #D1EA54
Text Example
Text Example
White with #D1EA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EA54; }
p { color: rgb(209,234,84); }
H1.HeaderClassName
{
color: #D1EA54;
}
.AnyTagClassName
{
color: #D1EA54;
}
</style>
background-color css
<style>
a { background-color: #D1EA54; }
a { background-color: rgb(209,234,84); }
div.DivClassName
{
background-color: #D1EA54;
}
.BgClassName
{
background-color: #D1EA54;
}
</style>
border-color css
<style>
span { border-color: #D1EA54; }
span { border-color: rgb(209,234,84); }
td.TdClassName
{
border-color: #D1EA54;
}
.TagClassName
{
border-color: #D1EA54;
}
</style>