Shades of Mindaro #D5E477
Tints of Mindaro #D5E477
RGB
CMYK
RGB Variations
Color information
#D5E477 (or 0xD5E477) is known color: Mindaro. HEX triplet: D5, E4 and 77. RGB value is (213,228,119). Sum of RGB (Red+Green+Blue) = 213+228+119=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 228 (89.45% from 255 or 40.71% from 560); Blue value is 119 (46.88% from 255 or 21.25% from 560); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E477 is #2A1B88. Grayscale: #D3D3D3. Windows color (decimal): -2759561 or 7857365. OLE color: 7857365.
HSL color Cylindrical-coordinate representation of color #D5E477: hue angle of 68.26º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5E477 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 228 | 119 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.11 |
| HSL | 68.26º | 0.67% | 0.68% | - |
| HSV(B) | 68.26º | 0.48% | 0.89% | - |
| XYZ | 58.51 | 70.96 | 28.07 | - |
| YUV | 211.09 | 76.03 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 228 | 119 | 0.07 | 0 | 0.48 | 0.11 | 68.26 | 0.67 | 0.68 |
| Hex | D5 | E4 | 77 | 7 | 0 | 30 | B | 44 | 43 | 44 |
| Octal | 325 | 344 | 167 | 7 | 0 | 60 | 13 | 104 | 103 | 104 |
| Binary | 11010101 | 11100100 | 1110111 | 111 | 0 | 110000 | 1011 | 1000100 | 1000011 | 1000100 |
Color Harmonies of #D5E477
Complementary color
Monochromatic Colors of #D5E477
Black with #D5E477
Text Example
Text Example
White with #D5E477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E477; }
p { color: rgb(213,228,119); }
H1.HeaderClassName
{
color: #D5E477;
}
.AnyTagClassName
{
color: #D5E477;
}
</style>
background-color css
<style>
a { background-color: #D5E477; }
a { background-color: rgb(213,228,119); }
div.DivClassName
{
background-color: #D5E477;
}
.BgClassName
{
background-color: #D5E477;
}
</style>
border-color css
<style>
span { border-color: #D5E477; }
span { border-color: rgb(213,228,119); }
td.TdClassName
{
border-color: #D5E477;
}
.TagClassName
{
border-color: #D5E477;
}
</style>