Shades of Mindaro #D1FE5B
Tints of Mindaro #D1FE5B
RGB
CMYK
RGB Variations
Color information
#D1FE5B (or 0xD1FE5B) is known color: Mindaro. HEX triplet: D1, FE and 5B. RGB value is (209,254,91). Sum of RGB (Red+Green+Blue) = 209+254+91=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 91 (35.94% from 255 or 16.43% from 554); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FE5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FE5B is #2E01A4. Grayscale: #DEDEDE. Windows color (decimal): -3015077 or 6029009. OLE color: 6029009.
HSL color Cylindrical-coordinate representation of color #D1FE5B: hue angle of 76.56º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1FE5B is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 254 | 91 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.00 |
| HSL | 76.56º | 0.99% | 0.68% | - |
| HSV(B) | 76.56º | 0.64% | 1% | - |
| XYZ | 63.62 | 85.19 | 22.99 | - |
| YUV | 221.96 | 54.09 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 254 | 91 | 0.18 | 0 | 0.64 | 0.00 | 76.56 | 0.99 | 0.68 |
| Hex | D1 | FE | 5B | 12 | 0 | 40 | 0 | 4D | 63 | 44 |
| Octal | 321 | 376 | 133 | 22 | 0 | 100 | 0 | 115 | 143 | 104 |
| Binary | 11010001 | 11111110 | 1011011 | 10010 | 0 | 1000000 | 0 | 1001101 | 1100011 | 1000100 |
Color Harmonies of #D1FE5B
Complementary color
Monochromatic Colors of #D1FE5B
Black with #D1FE5B
Text Example
Text Example
White with #D1FE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FE5B; }
p { color: rgb(209,254,91); }
H1.HeaderClassName
{
color: #D1FE5B;
}
.AnyTagClassName
{
color: #D1FE5B;
}
</style>
background-color css
<style>
a { background-color: #D1FE5B; }
a { background-color: rgb(209,254,91); }
div.DivClassName
{
background-color: #D1FE5B;
}
.BgClassName
{
background-color: #D1FE5B;
}
</style>
border-color css
<style>
span { border-color: #D1FE5B; }
span { border-color: rgb(209,254,91); }
td.TdClassName
{
border-color: #D1FE5B;
}
.TagClassName
{
border-color: #D1FE5B;
}
</style>