Shades of Mindaro #D5E680
Tints of Mindaro #D5E680
RGB
CMYK
RGB Variations
Color information
#D5E680 (or 0xD5E680) is known color: Mindaro. HEX triplet: D5, E6 and 80. RGB value is (213,230,128). Sum of RGB (Red+Green+Blue) = 213+230+128=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 230 (90.23% from 255 or 40.28% from 571); Blue value is 128 (50.39% from 255 or 22.42% from 571); Max value from RGB is 230 - color contains mainly: green. Hex color #D5E680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5E680 is #2A197F. Grayscale: #D5D5D5. Windows color (decimal): -2759040 or 8447701. OLE color: 8447701.
HSL color Cylindrical-coordinate representation of color #D5E680: hue angle of 70º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5E680 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 230 | 128 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.10 |
| HSL | 70º | 0.67% | 0.7% | - |
| HSV(B) | 70º | 0.44% | 0.9% | - |
| XYZ | 59.63 | 72.3 | 31.23 | - |
| YUV | 213.29 | 79.87 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 230 | 128 | 0.07 | 0 | 0.44 | 0.10 | 70 | 0.67 | 0.7 |
| Hex | D5 | E6 | 80 | 7 | 0 | 2C | A | 46 | 43 | 46 |
| Octal | 325 | 346 | 200 | 7 | 0 | 54 | 12 | 106 | 103 | 106 |
| Binary | 11010101 | 11100110 | 10000000 | 111 | 0 | 101100 | 1010 | 1000110 | 1000011 | 1000110 |
Color Harmonies of #D5E680
Complementary color
Monochromatic Colors of #D5E680
Black with #D5E680
Text Example
Text Example
White with #D5E680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E680; }
p { color: rgb(213,230,128); }
H1.HeaderClassName
{
color: #D5E680;
}
.AnyTagClassName
{
color: #D5E680;
}
</style>
background-color css
<style>
a { background-color: #D5E680; }
a { background-color: rgb(213,230,128); }
div.DivClassName
{
background-color: #D5E680;
}
.BgClassName
{
background-color: #D5E680;
}
</style>
border-color css
<style>
span { border-color: #D5E680; }
span { border-color: rgb(213,230,128); }
td.TdClassName
{
border-color: #D5E680;
}
.TagClassName
{
border-color: #D5E680;
}
</style>