Shades of Mindaro #D6F15B
Tints of Mindaro #D6F15B
RGB
CMYK
RGB Variations
Color information
#D6F15B (or 0xD6F15B) is known color: Mindaro. HEX triplet: D6, F1 and 5B. RGB value is (214,241,91). Sum of RGB (Red+Green+Blue) = 214+241+91=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 91 (35.94% from 255 or 16.67% from 546); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F15B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F15B is #290EA4. Grayscale: #D8D8D8. Windows color (decimal): -2690725 or 6025686. OLE color: 6025686.
HSL color Cylindrical-coordinate representation of color #D6F15B: hue angle of 70.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 #D6F15B is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 241 | 91 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.05 |
| HSL | 70.8º | 0.84% | 0.65% | - |
| HSV(B) | 70.8º | 0.62% | 0.95% | - |
| XYZ | 61.08 | 77.96 | 21.73 | - |
| YUV | 215.83 | 57.55 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 241 | 91 | 0.11 | 0 | 0.62 | 0.05 | 70.8 | 0.84 | 0.65 |
| Hex | D6 | F1 | 5B | B | 0 | 3E | 5 | 47 | 54 | 41 |
| Octal | 326 | 361 | 133 | 13 | 0 | 76 | 5 | 107 | 124 | 101 |
| Binary | 11010110 | 11110001 | 1011011 | 1011 | 0 | 111110 | 101 | 1000111 | 1010100 | 1000001 |
Color Harmonies of #D6F15B
Complementary color
Monochromatic Colors of #D6F15B
Black with #D6F15B
Text Example
Text Example
White with #D6F15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F15B; }
p { color: rgb(214,241,91); }
H1.HeaderClassName
{
color: #D6F15B;
}
.AnyTagClassName
{
color: #D6F15B;
}
</style>
background-color css
<style>
a { background-color: #D6F15B; }
a { background-color: rgb(214,241,91); }
div.DivClassName
{
background-color: #D6F15B;
}
.BgClassName
{
background-color: #D6F15B;
}
</style>
border-color css
<style>
span { border-color: #D6F15B; }
span { border-color: rgb(214,241,91); }
td.TdClassName
{
border-color: #D6F15B;
}
.TagClassName
{
border-color: #D6F15B;
}
</style>