Shades of Mindaro #D5E468
Tints of Mindaro #D5E468
RGB
CMYK
RGB Variations
Color information
#D5E468 (or 0xD5E468) is known color: Mindaro. HEX triplet: D5, E4 and 68. RGB value is (213,228,104). Sum of RGB (Red+Green+Blue) = 213+228+104=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 228 (89.45% from 255 or 41.83% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E468 is #2A1B97. Grayscale: #D1D1D1. Windows color (decimal): -2759576 or 6874325. OLE color: 6874325.
HSL color Cylindrical-coordinate representation of color #D5E468: hue angle of 67.26º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5E468 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 228 | 104 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.11 |
| HSL | 67.26º | 0.7% | 0.65% | - |
| HSV(B) | 67.26º | 0.54% | 0.89% | - |
| XYZ | 57.68 | 70.63 | 23.69 | - |
| YUV | 209.38 | 68.53 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 228 | 104 | 0.07 | 0 | 0.54 | 0.11 | 67.26 | 0.7 | 0.65 |
| Hex | D5 | E4 | 68 | 7 | 0 | 36 | B | 43 | 46 | 41 |
| Octal | 325 | 344 | 150 | 7 | 0 | 66 | 13 | 103 | 106 | 101 |
| Binary | 11010101 | 11100100 | 1101000 | 111 | 0 | 110110 | 1011 | 1000011 | 1000110 | 1000001 |
Color Harmonies of #D5E468
Complementary color
Monochromatic Colors of #D5E468
Black with #D5E468
Text Example
Text Example
White with #D5E468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E468; }
p { color: rgb(213,228,104); }
H1.HeaderClassName
{
color: #D5E468;
}
.AnyTagClassName
{
color: #D5E468;
}
</style>
background-color css
<style>
a { background-color: #D5E468; }
a { background-color: rgb(213,228,104); }
div.DivClassName
{
background-color: #D5E468;
}
.BgClassName
{
background-color: #D5E468;
}
</style>
border-color css
<style>
span { border-color: #D5E468; }
span { border-color: rgb(213,228,104); }
td.TdClassName
{
border-color: #D5E468;
}
.TagClassName
{
border-color: #D5E468;
}
</style>