Shades of Mindaro #D5EA6B
Tints of Mindaro #D5EA6B
RGB
CMYK
RGB Variations
Color information
#D5EA6B (or 0xD5EA6B) is known color: Mindaro. HEX triplet: D5, EA and 6B. RGB value is (213,234,107). Sum of RGB (Red+Green+Blue) = 213+234+107=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 107 (42.19% from 255 or 19.31% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EA6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EA6B is #2A1594. Grayscale: #D5D5D5. Windows color (decimal): -2758037 or 7072469. OLE color: 7072469.
HSL color Cylindrical-coordinate representation of color #D5EA6B: hue angle of 69.92º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5EA6B is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 234 | 107 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.08 |
| HSL | 69.92º | 0.75% | 0.67% | - |
| HSV(B) | 69.92º | 0.54% | 0.92% | - |
| XYZ | 59.52 | 74.05 | 25.07 | - |
| YUV | 213.24 | 68.04 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 234 | 107 | 0.09 | 0 | 0.54 | 0.08 | 69.92 | 0.75 | 0.67 |
| Hex | D5 | EA | 6B | 9 | 0 | 36 | 8 | 46 | 4B | 43 |
| Octal | 325 | 352 | 153 | 11 | 0 | 66 | 10 | 106 | 113 | 103 |
| Binary | 11010101 | 11101010 | 1101011 | 1001 | 0 | 110110 | 1000 | 1000110 | 1001011 | 1000011 |
Color Harmonies of #D5EA6B
Complementary color
Monochromatic Colors of #D5EA6B
Black with #D5EA6B
Text Example
Text Example
White with #D5EA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EA6B; }
p { color: rgb(213,234,107); }
H1.HeaderClassName
{
color: #D5EA6B;
}
.AnyTagClassName
{
color: #D5EA6B;
}
</style>
background-color css
<style>
a { background-color: #D5EA6B; }
a { background-color: rgb(213,234,107); }
div.DivClassName
{
background-color: #D5EA6B;
}
.BgClassName
{
background-color: #D5EA6B;
}
</style>
border-color css
<style>
span { border-color: #D5EA6B; }
span { border-color: rgb(213,234,107); }
td.TdClassName
{
border-color: #D5EA6B;
}
.TagClassName
{
border-color: #D5EA6B;
}
</style>