Shades of Mindaro #D5E770
Tints of Mindaro #D5E770
RGB
CMYK
RGB Variations
Color information
#D5E770 (or 0xD5E770) is known color: Mindaro. HEX triplet: D5, E7 and 70. RGB value is (213,231,112). Sum of RGB (Red+Green+Blue) = 213+231+112=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 231 (90.62% from 255 or 41.55% from 556); Blue value is 112 (44.14% from 255 or 20.14% from 556); Max value from RGB is 231 - color contains mainly: green. Hex color #D5E770 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E770 is #2A188F. Grayscale: #D4D4D4. Windows color (decimal): -2758800 or 7399381. OLE color: 7399381.
HSL color Cylindrical-coordinate representation of color #D5E770: hue angle of 69.08º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5E770 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 231 | 112 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.09 |
| HSL | 69.08º | 0.71% | 0.67% | - |
| HSV(B) | 69.08º | 0.52% | 0.91% | - |
| XYZ | 58.94 | 72.47 | 26.21 | - |
| YUV | 212.05 | 71.54 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 231 | 112 | 0.08 | 0 | 0.52 | 0.09 | 69.08 | 0.71 | 0.67 |
| Hex | D5 | E7 | 70 | 8 | 0 | 34 | 9 | 45 | 47 | 43 |
| Octal | 325 | 347 | 160 | 10 | 0 | 64 | 11 | 105 | 107 | 103 |
| Binary | 11010101 | 11100111 | 1110000 | 1000 | 0 | 110100 | 1001 | 1000101 | 1000111 | 1000011 |
Color Harmonies of #D5E770
Complementary color
Monochromatic Colors of #D5E770
Black with #D5E770
Text Example
Text Example
White with #D5E770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E770; }
p { color: rgb(213,231,112); }
H1.HeaderClassName
{
color: #D5E770;
}
.AnyTagClassName
{
color: #D5E770;
}
</style>
background-color css
<style>
a { background-color: #D5E770; }
a { background-color: rgb(213,231,112); }
div.DivClassName
{
background-color: #D5E770;
}
.BgClassName
{
background-color: #D5E770;
}
</style>
border-color css
<style>
span { border-color: #D5E770; }
span { border-color: rgb(213,231,112); }
td.TdClassName
{
border-color: #D5E770;
}
.TagClassName
{
border-color: #D5E770;
}
</style>