Shades of Mindaro #D9E974
Tints of Mindaro #D9E974
RGB
CMYK
RGB Variations
Color information
#D9E974 (or 0xD9E974) is known color: Mindaro. HEX triplet: D9, E9 and 74. RGB value is (217,233,116). Sum of RGB (Red+Green+Blue) = 217+233+116=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 233 (91.41% from 255 or 41.17% from 566); Blue value is 116 (45.70% from 255 or 20.49% from 566); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E974 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9E974 is #26168B. Grayscale: #D7D7D7. Windows color (decimal): -2496140 or 7662041. OLE color: 7662041.
HSL color Cylindrical-coordinate representation of color #D9E974: hue angle of 68.21º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9E974 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 233 | 116 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.09 |
| HSL | 68.21º | 0.73% | 0.68% | - |
| HSV(B) | 68.21º | 0.5% | 0.91% | - |
| XYZ | 60.91 | 74.29 | 27.65 | - |
| YUV | 214.88 | 72.2 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 233 | 116 | 0.07 | 0 | 0.50 | 0.09 | 68.21 | 0.73 | 0.68 |
| Hex | D9 | E9 | 74 | 7 | 0 | 32 | 9 | 44 | 49 | 44 |
| Octal | 331 | 351 | 164 | 7 | 0 | 62 | 11 | 104 | 111 | 104 |
| Binary | 11011001 | 11101001 | 1110100 | 111 | 0 | 110010 | 1001 | 1000100 | 1001001 | 1000100 |
Color Harmonies of #D9E974
Complementary color
Monochromatic Colors of #D9E974
Black with #D9E974
Text Example
Text Example
White with #D9E974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E974; }
p { color: rgb(217,233,116); }
H1.HeaderClassName
{
color: #D9E974;
}
.AnyTagClassName
{
color: #D9E974;
}
</style>
background-color css
<style>
a { background-color: #D9E974; }
a { background-color: rgb(217,233,116); }
div.DivClassName
{
background-color: #D9E974;
}
.BgClassName
{
background-color: #D9E974;
}
</style>
border-color css
<style>
span { border-color: #D9E974; }
span { border-color: rgb(217,233,116); }
td.TdClassName
{
border-color: #D9E974;
}
.TagClassName
{
border-color: #D9E974;
}
</style>