Shades of Mindaro #D1FF5C
Tints of Mindaro #D1FF5C
RGB
CMYK
RGB Variations
Color information
#D1FF5C (or 0xD1FF5C) is known color: Mindaro. HEX triplet: D1, FF and 5C. RGB value is (209,255,92). Sum of RGB (Red+Green+Blue) = 209+255+92=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 92 (36.33% from 255 or 16.55% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FF5C is #2E00A3. Grayscale: #DFDFDF. Windows color (decimal): -3014820 or 6094801. OLE color: 6094801.
HSL color Cylindrical-coordinate representation of color #D1FF5C: hue angle of 76.93º 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 #D1FF5C is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 255 | 92 | - |
| CMYK | 0.18 | 0 | 0.64 | 0 |
| HSL | 76.93º | 1% | 0.68% | - |
| HSV(B) | 76.93º | 0.64% | 1% | - |
| XYZ | 63.99 | 85.85 | 23.32 | - |
| YUV | 222.66 | 54.26 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 255 | 92 | 0.18 | 0 | 0.64 | 0 | 76.93 | 1 | 0.68 |
| Hex | D1 | FF | 5C | 12 | 0 | 40 | 0 | 4D | 64 | 44 |
| Octal | 321 | 377 | 134 | 22 | 0 | 100 | 0 | 115 | 144 | 104 |
| Binary | 11010001 | 11111111 | 1011100 | 10010 | 0 | 1000000 | 0 | 1001101 | 1100100 | 1000100 |
Color Harmonies of #D1FF5C
Complementary color
Monochromatic Colors of #D1FF5C
Black with #D1FF5C
Text Example
Text Example
White with #D1FF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FF5C; }
p { color: rgb(209,255,92); }
H1.HeaderClassName
{
color: #D1FF5C;
}
.AnyTagClassName
{
color: #D1FF5C;
}
</style>
background-color css
<style>
a { background-color: #D1FF5C; }
a { background-color: rgb(209,255,92); }
div.DivClassName
{
background-color: #D1FF5C;
}
.BgClassName
{
background-color: #D1FF5C;
}
</style>
border-color css
<style>
span { border-color: #D1FF5C; }
span { border-color: rgb(209,255,92); }
td.TdClassName
{
border-color: #D1FF5C;
}
.TagClassName
{
border-color: #D1FF5C;
}
</style>