Shades of Mindaro #D5E977
Tints of Mindaro #D5E977
RGB
CMYK
RGB Variations
Color information
#D5E977 (or 0xD5E977) is known color: Mindaro. HEX triplet: D5, E9 and 77. RGB value is (213,233,119). Sum of RGB (Red+Green+Blue) = 213+233+119=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 119 (46.88% from 255 or 21.06% from 565); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E977 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E977 is #2A1688. Grayscale: #D6D6D6. Windows color (decimal): -2758281 or 7858645. OLE color: 7858645.
HSL color Cylindrical-coordinate representation of color #D5E977: hue angle of 70.53º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5E977 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 233 | 119 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.09 |
| HSL | 70.53º | 0.72% | 0.69% | - |
| HSV(B) | 70.53º | 0.49% | 0.91% | - |
| XYZ | 59.91 | 73.76 | 28.53 | - |
| YUV | 214.02 | 74.37 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 233 | 119 | 0.09 | 0 | 0.49 | 0.09 | 70.53 | 0.72 | 0.69 |
| Hex | D5 | E9 | 77 | 9 | 0 | 31 | 9 | 47 | 48 | 45 |
| Octal | 325 | 351 | 167 | 11 | 0 | 61 | 11 | 107 | 110 | 105 |
| Binary | 11010101 | 11101001 | 1110111 | 1001 | 0 | 110001 | 1001 | 1000111 | 1001000 | 1000101 |
Color Harmonies of #D5E977
Complementary color
Monochromatic Colors of #D5E977
Black with #D5E977
Text Example
Text Example
White with #D5E977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E977; }
p { color: rgb(213,233,119); }
H1.HeaderClassName
{
color: #D5E977;
}
.AnyTagClassName
{
color: #D5E977;
}
</style>
background-color css
<style>
a { background-color: #D5E977; }
a { background-color: rgb(213,233,119); }
div.DivClassName
{
background-color: #D5E977;
}
.BgClassName
{
background-color: #D5E977;
}
</style>
border-color css
<style>
span { border-color: #D5E977; }
span { border-color: rgb(213,233,119); }
td.TdClassName
{
border-color: #D5E977;
}
.TagClassName
{
border-color: #D5E977;
}
</style>