Shades of Mindaro #D6FE5B
Tints of Mindaro #D6FE5B
RGB
CMYK
RGB Variations
Color information
#D6FE5B (or 0xD6FE5B) is known color: Mindaro. HEX triplet: D6, FE and 5B. RGB value is (214,254,91). Sum of RGB (Red+Green+Blue) = 214+254+91=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 254 (99.61% from 255 or 45.44% from 559); Blue value is 91 (35.94% from 255 or 16.28% from 559); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FE5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FE5B is #2901A4. Grayscale: #E0E0E0. Windows color (decimal): -2687397 or 6029014. OLE color: 6029014.
HSL color Cylindrical-coordinate representation of color #D6FE5B: hue angle of 74.72º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6FE5B is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 254 | 91 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.00 |
| HSL | 74.72º | 0.99% | 0.68% | - |
| HSV(B) | 74.72º | 0.64% | 1% | - |
| XYZ | 65.06 | 85.94 | 23.06 | - |
| YUV | 223.46 | 53.25 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 254 | 91 | 0.16 | 0 | 0.64 | 0.00 | 74.72 | 0.99 | 0.68 |
| Hex | D6 | FE | 5B | 10 | 0 | 40 | 0 | 4B | 63 | 44 |
| Octal | 326 | 376 | 133 | 20 | 0 | 100 | 0 | 113 | 143 | 104 |
| Binary | 11010110 | 11111110 | 1011011 | 10000 | 0 | 1000000 | 0 | 1001011 | 1100011 | 1000100 |
Color Harmonies of #D6FE5B
Complementary color
Monochromatic Colors of #D6FE5B
Black with #D6FE5B
Text Example
Text Example
White with #D6FE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FE5B; }
p { color: rgb(214,254,91); }
H1.HeaderClassName
{
color: #D6FE5B;
}
.AnyTagClassName
{
color: #D6FE5B;
}
</style>
background-color css
<style>
a { background-color: #D6FE5B; }
a { background-color: rgb(214,254,91); }
div.DivClassName
{
background-color: #D6FE5B;
}
.BgClassName
{
background-color: #D6FE5B;
}
</style>
border-color css
<style>
span { border-color: #D6FE5B; }
span { border-color: rgb(214,254,91); }
td.TdClassName
{
border-color: #D6FE5B;
}
.TagClassName
{
border-color: #D6FE5B;
}
</style>