Shades of Mindaro #D6EF5C
Tints of Mindaro #D6EF5C
RGB
CMYK
RGB Variations
Color information
#D6EF5C (or 0xD6EF5C) is known color: Mindaro. HEX triplet: D6, EF and 5C. RGB value is (214,239,92). Sum of RGB (Red+Green+Blue) = 214+239+92=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 239 (93.75% from 255 or 43.85% from 545); Blue value is 92 (36.33% from 255 or 16.88% from 545); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EF5C is #2910A3. Grayscale: #D7D7D7. Windows color (decimal): -2691236 or 6090710. OLE color: 6090710.
HSL color Cylindrical-coordinate representation of color #D6EF5C: hue angle of 70.2º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D6EF5C is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 239 | 92 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.06 |
| HSL | 70.2º | 0.82% | 0.65% | - |
| HSV(B) | 70.2º | 0.62% | 0.94% | - |
| XYZ | 60.53 | 76.8 | 21.76 | - |
| YUV | 214.77 | 58.72 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 239 | 92 | 0.10 | 0 | 0.62 | 0.06 | 70.2 | 0.82 | 0.65 |
| Hex | D6 | EF | 5C | A | 0 | 3E | 6 | 46 | 52 | 41 |
| Octal | 326 | 357 | 134 | 12 | 0 | 76 | 6 | 106 | 122 | 101 |
| Binary | 11010110 | 11101111 | 1011100 | 1010 | 0 | 111110 | 110 | 1000110 | 1010010 | 1000001 |
Color Harmonies of #D6EF5C
Complementary color
Monochromatic Colors of #D6EF5C
Black with #D6EF5C
Text Example
Text Example
White with #D6EF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EF5C; }
p { color: rgb(214,239,92); }
H1.HeaderClassName
{
color: #D6EF5C;
}
.AnyTagClassName
{
color: #D6EF5C;
}
</style>
background-color css
<style>
a { background-color: #D6EF5C; }
a { background-color: rgb(214,239,92); }
div.DivClassName
{
background-color: #D6EF5C;
}
.BgClassName
{
background-color: #D6EF5C;
}
</style>
border-color css
<style>
span { border-color: #D6EF5C; }
span { border-color: rgb(214,239,92); }
td.TdClassName
{
border-color: #D6EF5C;
}
.TagClassName
{
border-color: #D6EF5C;
}
</style>