Shades of Mindaro #D1E45A
Tints of Mindaro #D1E45A
RGB
CMYK
RGB Variations
Color information
#D1E45A (or 0xD1E45A) is known color: Mindaro. HEX triplet: D1, E4 and 5A. RGB value is (209,228,90). Sum of RGB (Red+Green+Blue) = 209+228+90=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 228 - color contains mainly: green. Hex color #D1E45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E45A is #2E1BA5. Grayscale: #CFCFCF. Windows color (decimal): -3021734 or 5956817. OLE color: 5956817.
HSL color Cylindrical-coordinate representation of color #D1E45A: hue angle of 68.26º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D1E45A is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 228 | 90 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.11 |
| HSL | 68.26º | 0.72% | 0.62% | - |
| HSV(B) | 68.26º | 0.61% | 0.89% | - |
| XYZ | 55.88 | 69.78 | 20.2 | - |
| YUV | 206.59 | 62.21 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 228 | 90 | 0.08 | 0 | 0.61 | 0.11 | 68.26 | 0.72 | 0.62 |
| Hex | D1 | E4 | 5A | 8 | 0 | 3D | B | 44 | 48 | 3E |
| Octal | 321 | 344 | 132 | 10 | 0 | 75 | 13 | 104 | 110 | 76 |
| Binary | 11010001 | 11100100 | 1011010 | 1000 | 0 | 111101 | 1011 | 1000100 | 1001000 | 111110 |
Color Harmonies of #D1E45A
Complementary color
Monochromatic Colors of #D1E45A
Black with #D1E45A
Text Example
Text Example
White with #D1E45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E45A; }
p { color: rgb(209,228,90); }
H1.HeaderClassName
{
color: #D1E45A;
}
.AnyTagClassName
{
color: #D1E45A;
}
</style>
background-color css
<style>
a { background-color: #D1E45A; }
a { background-color: rgb(209,228,90); }
div.DivClassName
{
background-color: #D1E45A;
}
.BgClassName
{
background-color: #D1E45A;
}
</style>
border-color css
<style>
span { border-color: #D1E45A; }
span { border-color: rgb(209,228,90); }
td.TdClassName
{
border-color: #D1E45A;
}
.TagClassName
{
border-color: #D1E45A;
}
</style>