Shades of Mindaro #D1F95E
Tints of Mindaro #D1F95E
RGB
CMYK
RGB Variations
Color information
#D1F95E (or 0xD1F95E) is known color: Mindaro. HEX triplet: D1, F9 and 5E. RGB value is (209,249,94). Sum of RGB (Red+Green+Blue) = 209+249+94=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 94 (37.11% from 255 or 17.03% from 552); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F95E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F95E is #2E06A1. Grayscale: #DBDBDB. Windows color (decimal): -3016354 or 6224337. OLE color: 6224337.
HSL color Cylindrical-coordinate representation of color #D1F95E: hue angle of 75.48º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1F95E is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 94 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.02 |
| HSL | 75.48º | 0.93% | 0.67% | - |
| HSV(B) | 75.48º | 0.62% | 0.98% | - |
| XYZ | 62.19 | 82.11 | 23.16 | - |
| YUV | 219.37 | 57.25 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 94 | 0.16 | 0 | 0.62 | 0.02 | 75.48 | 0.93 | 0.67 |
| Hex | D1 | F9 | 5E | 10 | 0 | 3E | 2 | 4B | 5D | 43 |
| Octal | 321 | 371 | 136 | 20 | 0 | 76 | 2 | 113 | 135 | 103 |
| Binary | 11010001 | 11111001 | 1011110 | 10000 | 0 | 111110 | 10 | 1001011 | 1011101 | 1000011 |
Color Harmonies of #D1F95E
Complementary color
Monochromatic Colors of #D1F95E
Black with #D1F95E
Text Example
Text Example
White with #D1F95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F95E; }
p { color: rgb(209,249,94); }
H1.HeaderClassName
{
color: #D1F95E;
}
.AnyTagClassName
{
color: #D1F95E;
}
</style>
background-color css
<style>
a { background-color: #D1F95E; }
a { background-color: rgb(209,249,94); }
div.DivClassName
{
background-color: #D1F95E;
}
.BgClassName
{
background-color: #D1F95E;
}
</style>
border-color css
<style>
span { border-color: #D1F95E; }
span { border-color: rgb(209,249,94); }
td.TdClassName
{
border-color: #D1F95E;
}
.TagClassName
{
border-color: #D1F95E;
}
</style>