Shades of Mindaro #D5E673
Tints of Mindaro #D5E673
RGB
CMYK
RGB Variations
Color information
#D5E673 (or 0xD5E673) is known color: Mindaro. HEX triplet: D5, E6 and 73. RGB value is (213,230,115). Sum of RGB (Red+Green+Blue) = 213+230+115=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 230 (90.23% from 255 or 41.22% from 558); Blue value is 115 (45.31% from 255 or 20.61% from 558); Max value from RGB is 230 - color contains mainly: green. Hex color #D5E673 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E673 is #2A198C. Grayscale: #D4D4D4. Windows color (decimal): -2759053 or 7595733. OLE color: 7595733.
HSL color Cylindrical-coordinate representation of color #D5E673: hue angle of 68.87º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5E673 is Cyan = 0.07, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 230 | 115 | - |
| CMYK | 0.07 | 0 | 0.5 | 0.10 |
| HSL | 68.87º | 0.7% | 0.68% | - |
| HSV(B) | 68.87º | 0.5% | 0.9% | - |
| XYZ | 58.83 | 71.98 | 27.01 | - |
| YUV | 211.81 | 73.37 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 230 | 115 | 0.07 | 0 | 0.5 | 0.10 | 68.87 | 0.7 | 0.68 |
| Hex | D5 | E6 | 73 | 7 | 0 | 32 | A | 45 | 46 | 44 |
| Octal | 325 | 346 | 163 | 7 | 0 | 62 | 12 | 105 | 106 | 104 |
| Binary | 11010101 | 11100110 | 1110011 | 111 | 0 | 110010 | 1010 | 1000101 | 1000110 | 1000100 |
Color Harmonies of #D5E673
Complementary color
Monochromatic Colors of #D5E673
Black with #D5E673
Text Example
Text Example
White with #D5E673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E673; }
p { color: rgb(213,230,115); }
H1.HeaderClassName
{
color: #D5E673;
}
.AnyTagClassName
{
color: #D5E673;
}
</style>
background-color css
<style>
a { background-color: #D5E673; }
a { background-color: rgb(213,230,115); }
div.DivClassName
{
background-color: #D5E673;
}
.BgClassName
{
background-color: #D5E673;
}
</style>
border-color css
<style>
span { border-color: #D5E673; }
span { border-color: rgb(213,230,115); }
td.TdClassName
{
border-color: #D5E673;
}
.TagClassName
{
border-color: #D5E673;
}
</style>