Shades of Mindaro #D5E479
Tints of Mindaro #D5E479
RGB
CMYK
RGB Variations
Color information
#D5E479 (or 0xD5E479) is known color: Mindaro. HEX triplet: D5, E4 and 79. RGB value is (213,228,121). Sum of RGB (Red+Green+Blue) = 213+228+121=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 228 (89.45% from 255 or 40.57% from 562); Blue value is 121 (47.66% from 255 or 21.53% from 562); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E479 is #2A1B86. Grayscale: #D3D3D3. Windows color (decimal): -2759559 or 7988437. OLE color: 7988437.
HSL color Cylindrical-coordinate representation of color #D5E479: hue angle of 68.41º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5E479 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 228 | 121 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.11 |
| HSL | 68.41º | 0.66% | 0.68% | - |
| HSV(B) | 68.41º | 0.47% | 0.89% | - |
| XYZ | 58.64 | 71.01 | 28.71 | - |
| YUV | 211.32 | 77.03 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 228 | 121 | 0.07 | 0 | 0.47 | 0.11 | 68.41 | 0.66 | 0.68 |
| Hex | D5 | E4 | 79 | 7 | 0 | 2F | B | 44 | 42 | 44 |
| Octal | 325 | 344 | 171 | 7 | 0 | 57 | 13 | 104 | 102 | 104 |
| Binary | 11010101 | 11100100 | 1111001 | 111 | 0 | 101111 | 1011 | 1000100 | 1000010 | 1000100 |
Color Harmonies of #D5E479
Complementary color
Monochromatic Colors of #D5E479
Black with #D5E479
Text Example
Text Example
White with #D5E479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E479; }
p { color: rgb(213,228,121); }
H1.HeaderClassName
{
color: #D5E479;
}
.AnyTagClassName
{
color: #D5E479;
}
</style>
background-color css
<style>
a { background-color: #D5E479; }
a { background-color: rgb(213,228,121); }
div.DivClassName
{
background-color: #D5E479;
}
.BgClassName
{
background-color: #D5E479;
}
</style>
border-color css
<style>
span { border-color: #D5E479; }
span { border-color: rgb(213,228,121); }
td.TdClassName
{
border-color: #D5E479;
}
.TagClassName
{
border-color: #D5E479;
}
</style>