Shades of Mindaro #D9E764
Tints of Mindaro #D9E764
RGB
CMYK
RGB Variations
Color information
#D9E764 (or 0xD9E764) is known color: Mindaro. HEX triplet: D9, E7 and 64. RGB value is (217,231,100). Sum of RGB (Red+Green+Blue) = 217+231+100=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 231 (90.62% from 255 or 42.15% from 548); Blue value is 100 (39.45% from 255 or 18.25% from 548); Max value from RGB is 231 - color contains mainly: green. Hex color #D9E764 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9E764 is #26189B. Grayscale: #D4D4D4. Windows color (decimal): -2496668 or 6612953. OLE color: 6612953.
HSL color Cylindrical-coordinate representation of color #D9E764: hue angle of 66.41º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9E764 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 231 | 100 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.09 |
| HSL | 66.41º | 0.73% | 0.65% | - |
| HSV(B) | 66.41º | 0.57% | 0.91% | - |
| XYZ | 59.49 | 72.82 | 22.98 | - |
| YUV | 211.88 | 64.86 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 231 | 100 | 0.06 | 0 | 0.57 | 0.09 | 66.41 | 0.73 | 0.65 |
| Hex | D9 | E7 | 64 | 6 | 0 | 39 | 9 | 42 | 49 | 41 |
| Octal | 331 | 347 | 144 | 6 | 0 | 71 | 11 | 102 | 111 | 101 |
| Binary | 11011001 | 11100111 | 1100100 | 110 | 0 | 111001 | 1001 | 1000010 | 1001001 | 1000001 |
Color Harmonies of #D9E764
Complementary color
Monochromatic Colors of #D9E764
Black with #D9E764
Text Example
Text Example
White with #D9E764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E764; }
p { color: rgb(217,231,100); }
H1.HeaderClassName
{
color: #D9E764;
}
.AnyTagClassName
{
color: #D9E764;
}
</style>
background-color css
<style>
a { background-color: #D9E764; }
a { background-color: rgb(217,231,100); }
div.DivClassName
{
background-color: #D9E764;
}
.BgClassName
{
background-color: #D9E764;
}
</style>
border-color css
<style>
span { border-color: #D9E764; }
span { border-color: rgb(217,231,100); }
td.TdClassName
{
border-color: #D9E764;
}
.TagClassName
{
border-color: #D9E764;
}
</style>