Shades of Mindaro #D1FF5B
Tints of Mindaro #D1FF5B
RGB
CMYK
RGB Variations
Color information
#D1FF5B (or 0xD1FF5B) is known color: Mindaro. HEX triplet: D1, FF and 5B. RGB value is (209,255,91). Sum of RGB (Red+Green+Blue) = 209+255+91=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 91 (35.94% from 255 or 16.40% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FF5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FF5B is #2E00A4. Grayscale: #DFDFDF. Windows color (decimal): -3014821 or 6029265. OLE color: 6029265.
HSL color Cylindrical-coordinate representation of color #D1FF5B: hue angle of 76.83º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1FF5B is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 255 | 91 | - |
| CMYK | 0.18 | 0 | 0.64 | 0 |
| HSL | 76.83º | 1% | 0.68% | - |
| HSV(B) | 76.83º | 0.64% | 1% | - |
| XYZ | 63.94 | 85.83 | 23.09 | - |
| YUV | 222.55 | 53.76 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 255 | 91 | 0.18 | 0 | 0.64 | 0 | 76.83 | 1 | 0.68 |
| Hex | D1 | FF | 5B | 12 | 0 | 40 | 0 | 4D | 64 | 44 |
| Octal | 321 | 377 | 133 | 22 | 0 | 100 | 0 | 115 | 144 | 104 |
| Binary | 11010001 | 11111111 | 1011011 | 10010 | 0 | 1000000 | 0 | 1001101 | 1100100 | 1000100 |
Color Harmonies of #D1FF5B
Complementary color
Monochromatic Colors of #D1FF5B
Black with #D1FF5B
Text Example
Text Example
White with #D1FF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FF5B; }
p { color: rgb(209,255,91); }
H1.HeaderClassName
{
color: #D1FF5B;
}
.AnyTagClassName
{
color: #D1FF5B;
}
</style>
background-color css
<style>
a { background-color: #D1FF5B; }
a { background-color: rgb(209,255,91); }
div.DivClassName
{
background-color: #D1FF5B;
}
.BgClassName
{
background-color: #D1FF5B;
}
</style>
border-color css
<style>
span { border-color: #D1FF5B; }
span { border-color: rgb(209,255,91); }
td.TdClassName
{
border-color: #D1FF5B;
}
.TagClassName
{
border-color: #D1FF5B;
}
</style>