Shades of Mindaro #D1F15B
Tints of Mindaro #D1F15B
RGB
CMYK
RGB Variations
Color information
#D1F15B (or 0xD1F15B) is known color: Mindaro. HEX triplet: D1, F1 and 5B. RGB value is (209,241,91). Sum of RGB (Red+Green+Blue) = 209+241+91=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 91 (35.94% from 255 or 16.82% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F15B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F15B is #2E0EA4. Grayscale: #D6D6D6. Windows color (decimal): -3018405 or 6025681. OLE color: 6025681.
HSL color Cylindrical-coordinate representation of color #D1F15B: hue angle of 72.8º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1F15B is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 241 | 91 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.05 |
| HSL | 72.8º | 0.84% | 0.65% | - |
| HSV(B) | 72.8º | 0.62% | 0.95% | - |
| XYZ | 59.64 | 77.22 | 21.66 | - |
| YUV | 214.33 | 58.4 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 241 | 91 | 0.13 | 0 | 0.62 | 0.05 | 72.8 | 0.84 | 0.65 |
| Hex | D1 | F1 | 5B | D | 0 | 3E | 5 | 49 | 54 | 41 |
| Octal | 321 | 361 | 133 | 15 | 0 | 76 | 5 | 111 | 124 | 101 |
| Binary | 11010001 | 11110001 | 1011011 | 1101 | 0 | 111110 | 101 | 1001001 | 1010100 | 1000001 |
Color Harmonies of #D1F15B
Complementary color
Monochromatic Colors of #D1F15B
Black with #D1F15B
Text Example
Text Example
White with #D1F15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F15B; }
p { color: rgb(209,241,91); }
H1.HeaderClassName
{
color: #D1F15B;
}
.AnyTagClassName
{
color: #D1F15B;
}
</style>
background-color css
<style>
a { background-color: #D1F15B; }
a { background-color: rgb(209,241,91); }
div.DivClassName
{
background-color: #D1F15B;
}
.BgClassName
{
background-color: #D1F15B;
}
</style>
border-color css
<style>
span { border-color: #D1F15B; }
span { border-color: rgb(209,241,91); }
td.TdClassName
{
border-color: #D1F15B;
}
.TagClassName
{
border-color: #D1F15B;
}
</style>