Shades of Mindaro #D6EF54
Tints of Mindaro #D6EF54
RGB
CMYK
RGB Variations
Color information
#D6EF54 (or 0xD6EF54) is known color: Mindaro. HEX triplet: D6, EF and 54. RGB value is (214,239,84). Sum of RGB (Red+Green+Blue) = 214+239+84=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 84 (33.20% from 255 or 15.64% from 537); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EF54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EF54 is #2910AB. Grayscale: #D6D6D6. Windows color (decimal): -2691244 or 5566422. OLE color: 5566422.
HSL color Cylindrical-coordinate representation of color #D6EF54: hue angle of 69.68º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6EF54 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 239 | 84 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.06 |
| HSL | 69.68º | 0.83% | 0.63% | - |
| HSV(B) | 69.68º | 0.65% | 0.94% | - |
| XYZ | 60.2 | 76.67 | 20.01 | - |
| YUV | 213.86 | 54.72 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 239 | 84 | 0.10 | 0 | 0.65 | 0.06 | 69.68 | 0.83 | 0.63 |
| Hex | D6 | EF | 54 | A | 0 | 41 | 6 | 46 | 53 | 3F |
| Octal | 326 | 357 | 124 | 12 | 0 | 101 | 6 | 106 | 123 | 77 |
| Binary | 11010110 | 11101111 | 1010100 | 1010 | 0 | 1000001 | 110 | 1000110 | 1010011 | 111111 |
Color Harmonies of #D6EF54
Complementary color
Monochromatic Colors of #D6EF54
Black with #D6EF54
Text Example
Text Example
White with #D6EF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EF54; }
p { color: rgb(214,239,84); }
H1.HeaderClassName
{
color: #D6EF54;
}
.AnyTagClassName
{
color: #D6EF54;
}
</style>
background-color css
<style>
a { background-color: #D6EF54; }
a { background-color: rgb(214,239,84); }
div.DivClassName
{
background-color: #D6EF54;
}
.BgClassName
{
background-color: #D6EF54;
}
</style>
border-color css
<style>
span { border-color: #D6EF54; }
span { border-color: rgb(214,239,84); }
td.TdClassName
{
border-color: #D6EF54;
}
.TagClassName
{
border-color: #D6EF54;
}
</style>