Shades of Mindaro #D1FE5A
Tints of Mindaro #D1FE5A
RGB
CMYK
RGB Variations
Color information
#D1FE5A (or 0xD1FE5A) is known color: Mindaro. HEX triplet: D1, FE and 5A. RGB value is (209,254,90). Sum of RGB (Red+Green+Blue) = 209+254+90=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 90 (35.55% from 255 or 16.27% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FE5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FE5A is #2E01A5. Grayscale: #DEDEDE. Windows color (decimal): -3015078 or 5963473. OLE color: 5963473.
HSL color Cylindrical-coordinate representation of color #D1FE5A: hue angle of 76.46º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D1FE5A is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 254 | 90 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.00 |
| HSL | 76.46º | 0.99% | 0.67% | - |
| HSV(B) | 76.46º | 0.65% | 1% | - |
| XYZ | 63.58 | 85.18 | 22.76 | - |
| YUV | 221.85 | 53.59 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 254 | 90 | 0.18 | 0 | 0.65 | 0.00 | 76.46 | 0.99 | 0.67 |
| Hex | D1 | FE | 5A | 12 | 0 | 41 | 0 | 4C | 63 | 43 |
| Octal | 321 | 376 | 132 | 22 | 0 | 101 | 0 | 114 | 143 | 103 |
| Binary | 11010001 | 11111110 | 1011010 | 10010 | 0 | 1000001 | 0 | 1001100 | 1100011 | 1000011 |
Color Harmonies of #D1FE5A
Complementary color
Monochromatic Colors of #D1FE5A
Black with #D1FE5A
Text Example
Text Example
White with #D1FE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FE5A; }
p { color: rgb(209,254,90); }
H1.HeaderClassName
{
color: #D1FE5A;
}
.AnyTagClassName
{
color: #D1FE5A;
}
</style>
background-color css
<style>
a { background-color: #D1FE5A; }
a { background-color: rgb(209,254,90); }
div.DivClassName
{
background-color: #D1FE5A;
}
.BgClassName
{
background-color: #D1FE5A;
}
</style>
border-color css
<style>
span { border-color: #D1FE5A; }
span { border-color: rgb(209,254,90); }
td.TdClassName
{
border-color: #D1FE5A;
}
.TagClassName
{
border-color: #D1FE5A;
}
</style>