Shades of Mindaro #D1FF5F
Tints of Mindaro #D1FF5F
RGB
CMYK
RGB Variations
Color information
#D1FF5F (or 0xD1FF5F) is known color: Mindaro. HEX triplet: D1, FF and 5F. RGB value is (209,255,95). Sum of RGB (Red+Green+Blue) = 209+255+95=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 95 (37.5% from 255 or 16.99% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FF5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FF5F is #2E00A0. Grayscale: #DFDFDF. Windows color (decimal): -3014817 or 6291409. OLE color: 6291409.
HSL color Cylindrical-coordinate representation of color #D1FF5F: hue angle of 77.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D1FF5F is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 255 | 95 | - |
| CMYK | 0.18 | 0 | 0.63 | 0 |
| HSL | 77.25º | 1% | 0.69% | - |
| HSV(B) | 77.25º | 0.63% | 1% | - |
| XYZ | 64.12 | 85.9 | 24.03 | - |
| YUV | 223.01 | 55.76 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 255 | 95 | 0.18 | 0 | 0.63 | 0 | 77.25 | 1 | 0.69 |
| Hex | D1 | FF | 5F | 12 | 0 | 3F | 0 | 4D | 64 | 45 |
| Octal | 321 | 377 | 137 | 22 | 0 | 77 | 0 | 115 | 144 | 105 |
| Binary | 11010001 | 11111111 | 1011111 | 10010 | 0 | 111111 | 0 | 1001101 | 1100100 | 1000101 |
Color Harmonies of #D1FF5F
Complementary color
Monochromatic Colors of #D1FF5F
Black with #D1FF5F
Text Example
Text Example
White with #D1FF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FF5F; }
p { color: rgb(209,255,95); }
H1.HeaderClassName
{
color: #D1FF5F;
}
.AnyTagClassName
{
color: #D1FF5F;
}
</style>
background-color css
<style>
a { background-color: #D1FF5F; }
a { background-color: rgb(209,255,95); }
div.DivClassName
{
background-color: #D1FF5F;
}
.BgClassName
{
background-color: #D1FF5F;
}
</style>
border-color css
<style>
span { border-color: #D1FF5F; }
span { border-color: rgb(209,255,95); }
td.TdClassName
{
border-color: #D1FF5F;
}
.TagClassName
{
border-color: #D1FF5F;
}
</style>