Shades of Mindaro #D5E279
Tints of Mindaro #D5E279
RGB
CMYK
RGB Variations
Color information
#D5E279 (or 0xD5E279) is known color: Mindaro. HEX triplet: D5, E2 and 79. RGB value is (213,226,121). Sum of RGB (Red+Green+Blue) = 213+226+121=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 121 (47.66% from 255 or 21.61% from 560); Max value from RGB is 226 - color contains mainly: green. Hex color #D5E279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E279 is #2A1D86. Grayscale: #D2D2D2. Windows color (decimal): -2760071 or 7987925. OLE color: 7987925.
HSL color Cylindrical-coordinate representation of color #D5E279: hue angle of 67.43º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5E279 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 226 | 121 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.11 |
| HSL | 67.43º | 0.64% | 0.68% | - |
| HSV(B) | 67.43º | 0.46% | 0.89% | - |
| XYZ | 58.09 | 69.92 | 28.52 | - |
| YUV | 210.14 | 77.69 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 226 | 121 | 0.06 | 0 | 0.46 | 0.11 | 67.43 | 0.64 | 0.68 |
| Hex | D5 | E2 | 79 | 6 | 0 | 2E | B | 43 | 40 | 44 |
| Octal | 325 | 342 | 171 | 6 | 0 | 56 | 13 | 103 | 100 | 104 |
| Binary | 11010101 | 11100010 | 1111001 | 110 | 0 | 101110 | 1011 | 1000011 | 1000000 | 1000100 |
Color Harmonies of #D5E279
Complementary color
Monochromatic Colors of #D5E279
Black with #D5E279
Text Example
Text Example
White with #D5E279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E279; }
p { color: rgb(213,226,121); }
H1.HeaderClassName
{
color: #D5E279;
}
.AnyTagClassName
{
color: #D5E279;
}
</style>
background-color css
<style>
a { background-color: #D5E279; }
a { background-color: rgb(213,226,121); }
div.DivClassName
{
background-color: #D5E279;
}
.BgClassName
{
background-color: #D5E279;
}
</style>
border-color css
<style>
span { border-color: #D5E279; }
span { border-color: rgb(213,226,121); }
td.TdClassName
{
border-color: #D5E279;
}
.TagClassName
{
border-color: #D5E279;
}
</style>