Shades of Mindaro #D9EC65
Tints of Mindaro #D9EC65
RGB
CMYK
RGB Variations
Color information
#D9EC65 (or 0xD9EC65) is known color: Mindaro. HEX triplet: D9, EC and 65. RGB value is (217,236,101). Sum of RGB (Red+Green+Blue) = 217+236+101=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 101 (39.84% from 255 or 18.23% from 554); Max value from RGB is 236 - color contains mainly: green. Hex color #D9EC65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EC65 is #26139A. Grayscale: #D7D7D7. Windows color (decimal): -2495387 or 6679769. OLE color: 6679769.
HSL color Cylindrical-coordinate representation of color #D9EC65: hue angle of 68.44º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9EC65 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 236 | 101 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.07 |
| HSL | 68.44º | 0.78% | 0.66% | - |
| HSV(B) | 68.44º | 0.57% | 0.93% | - |
| XYZ | 60.96 | 75.68 | 23.71 | - |
| YUV | 214.93 | 63.71 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 236 | 101 | 0.08 | 0 | 0.57 | 0.07 | 68.44 | 0.78 | 0.66 |
| Hex | D9 | EC | 65 | 8 | 0 | 39 | 7 | 44 | 4E | 42 |
| Octal | 331 | 354 | 145 | 10 | 0 | 71 | 7 | 104 | 116 | 102 |
| Binary | 11011001 | 11101100 | 1100101 | 1000 | 0 | 111001 | 111 | 1000100 | 1001110 | 1000010 |
Color Harmonies of #D9EC65
Complementary color
Monochromatic Colors of #D9EC65
Black with #D9EC65
Text Example
Text Example
White with #D9EC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EC65; }
p { color: rgb(217,236,101); }
H1.HeaderClassName
{
color: #D9EC65;
}
.AnyTagClassName
{
color: #D9EC65;
}
</style>
background-color css
<style>
a { background-color: #D9EC65; }
a { background-color: rgb(217,236,101); }
div.DivClassName
{
background-color: #D9EC65;
}
.BgClassName
{
background-color: #D9EC65;
}
</style>
border-color css
<style>
span { border-color: #D9EC65; }
span { border-color: rgb(217,236,101); }
td.TdClassName
{
border-color: #D9EC65;
}
.TagClassName
{
border-color: #D9EC65;
}
</style>