Shades of Mindaro #D5E773
Tints of Mindaro #D5E773
RGB
CMYK
RGB Variations
Color information
#D5E773 (or 0xD5E773) is known color: Mindaro. HEX triplet: D5, E7 and 73. RGB value is (213,231,115). Sum of RGB (Red+Green+Blue) = 213+231+115=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 231 (90.62% from 255 or 41.32% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 231 - color contains mainly: green. Hex color #D5E773 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E773 is #2A188C. Grayscale: #D4D4D4. Windows color (decimal): -2758797 or 7595989. OLE color: 7595989.
HSL color Cylindrical-coordinate representation of color #D5E773: hue angle of 69.31º degrees, saturation: 0.71, 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 #D5E773 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 231 | 115 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.09 |
| HSL | 69.31º | 0.71% | 0.68% | - |
| HSV(B) | 69.31º | 0.5% | 0.91% | - |
| XYZ | 59.11 | 72.54 | 27.1 | - |
| YUV | 212.39 | 73.04 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 231 | 115 | 0.08 | 0 | 0.50 | 0.09 | 69.31 | 0.71 | 0.68 |
| Hex | D5 | E7 | 73 | 8 | 0 | 32 | 9 | 45 | 47 | 44 |
| Octal | 325 | 347 | 163 | 10 | 0 | 62 | 11 | 105 | 107 | 104 |
| Binary | 11010101 | 11100111 | 1110011 | 1000 | 0 | 110010 | 1001 | 1000101 | 1000111 | 1000100 |
Color Harmonies of #D5E773
Complementary color
Monochromatic Colors of #D5E773
Black with #D5E773
Text Example
Text Example
White with #D5E773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E773; }
p { color: rgb(213,231,115); }
H1.HeaderClassName
{
color: #D5E773;
}
.AnyTagClassName
{
color: #D5E773;
}
</style>
background-color css
<style>
a { background-color: #D5E773; }
a { background-color: rgb(213,231,115); }
div.DivClassName
{
background-color: #D5E773;
}
.BgClassName
{
background-color: #D5E773;
}
</style>
border-color css
<style>
span { border-color: #D5E773; }
span { border-color: rgb(213,231,115); }
td.TdClassName
{
border-color: #D5E773;
}
.TagClassName
{
border-color: #D5E773;
}
</style>