Shades of Mindaro #D7EC5C
Tints of Mindaro #D7EC5C
RGB
CMYK
RGB Variations
Color information
#D7EC5C (or 0xD7EC5C) is known color: Mindaro. HEX triplet: D7, EC and 5C. RGB value is (215,236,92). Sum of RGB (Red+Green+Blue) = 215+236+92=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 92 (36.33% from 255 or 16.94% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #D7EC5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7EC5C is #2813A3. Grayscale: #D5D5D5. Windows color (decimal): -2626468 or 6089943. OLE color: 6089943.
HSL color Cylindrical-coordinate representation of color #D7EC5C: hue angle of 68.75º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D7EC5C is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 236 | 92 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.07 |
| HSL | 68.75º | 0.79% | 0.64% | - |
| HSV(B) | 68.75º | 0.61% | 0.93% | - |
| XYZ | 59.95 | 75.21 | 21.48 | - |
| YUV | 213.31 | 59.54 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 236 | 92 | 0.09 | 0 | 0.61 | 0.07 | 68.75 | 0.79 | 0.64 |
| Hex | D7 | EC | 5C | 9 | 0 | 3D | 7 | 45 | 4F | 40 |
| Octal | 327 | 354 | 134 | 11 | 0 | 75 | 7 | 105 | 117 | 100 |
| Binary | 11010111 | 11101100 | 1011100 | 1001 | 0 | 111101 | 111 | 1000101 | 1001111 | 1000000 |
Color Harmonies of #D7EC5C
Complementary color
Monochromatic Colors of #D7EC5C
Black with #D7EC5C
Text Example
Text Example
White with #D7EC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EC5C; }
p { color: rgb(215,236,92); }
H1.HeaderClassName
{
color: #D7EC5C;
}
.AnyTagClassName
{
color: #D7EC5C;
}
</style>
background-color css
<style>
a { background-color: #D7EC5C; }
a { background-color: rgb(215,236,92); }
div.DivClassName
{
background-color: #D7EC5C;
}
.BgClassName
{
background-color: #D7EC5C;
}
</style>
border-color css
<style>
span { border-color: #D7EC5C; }
span { border-color: rgb(215,236,92); }
td.TdClassName
{
border-color: #D7EC5C;
}
.TagClassName
{
border-color: #D7EC5C;
}
</style>