Shades of Mindaro #D6FE5D
Tints of Mindaro #D6FE5D
RGB
CMYK
RGB Variations
Color information
#D6FE5D (or 0xD6FE5D) is known color: Mindaro. HEX triplet: D6, FE and 5D. RGB value is (214,254,93). Sum of RGB (Red+Green+Blue) = 214+254+93=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 93 (36.72% from 255 or 16.58% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FE5D is #2901A2. Grayscale: #E0E0E0. Windows color (decimal): -2687395 or 6160086. OLE color: 6160086.
HSL color Cylindrical-coordinate representation of color #D6FE5D: hue angle of 74.91º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D6FE5D is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 254 | 93 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.00 |
| HSL | 74.91º | 0.99% | 0.68% | - |
| HSV(B) | 74.91º | 0.63% | 1% | - |
| XYZ | 65.15 | 85.97 | 23.52 | - |
| YUV | 223.69 | 54.25 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 254 | 93 | 0.16 | 0 | 0.63 | 0.00 | 74.91 | 0.99 | 0.68 |
| Hex | D6 | FE | 5D | 10 | 0 | 3F | 0 | 4B | 63 | 44 |
| Octal | 326 | 376 | 135 | 20 | 0 | 77 | 0 | 113 | 143 | 104 |
| Binary | 11010110 | 11111110 | 1011101 | 10000 | 0 | 111111 | 0 | 1001011 | 1100011 | 1000100 |
Color Harmonies of #D6FE5D
Complementary color
Monochromatic Colors of #D6FE5D
Black with #D6FE5D
Text Example
Text Example
White with #D6FE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FE5D; }
p { color: rgb(214,254,93); }
H1.HeaderClassName
{
color: #D6FE5D;
}
.AnyTagClassName
{
color: #D6FE5D;
}
</style>
background-color css
<style>
a { background-color: #D6FE5D; }
a { background-color: rgb(214,254,93); }
div.DivClassName
{
background-color: #D6FE5D;
}
.BgClassName
{
background-color: #D6FE5D;
}
</style>
border-color css
<style>
span { border-color: #D6FE5D; }
span { border-color: rgb(214,254,93); }
td.TdClassName
{
border-color: #D6FE5D;
}
.TagClassName
{
border-color: #D6FE5D;
}
</style>