Shades of Mindaro #D7EA6B
Tints of Mindaro #D7EA6B
RGB
CMYK
RGB Variations
Color information
#D7EA6B (or 0xD7EA6B) is known color: Mindaro. HEX triplet: D7, EA and 6B. RGB value is (215,234,107). Sum of RGB (Red+Green+Blue) = 215+234+107=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 107 (42.19% from 255 or 19.24% from 556); Max value from RGB is 234 - color contains mainly: green. Hex color #D7EA6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7EA6B is #281594. Grayscale: #D6D6D6. Windows color (decimal): -2626965 or 7072471. OLE color: 7072471.
HSL color Cylindrical-coordinate representation of color #D7EA6B: hue angle of 68.98º 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 #D7EA6B is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 234 | 107 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.08 |
| HSL | 68.98º | 0.75% | 0.67% | - |
| HSV(B) | 68.98º | 0.54% | 0.92% | - |
| XYZ | 60.1 | 74.35 | 25.09 | - |
| YUV | 213.84 | 67.71 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 234 | 107 | 0.08 | 0 | 0.54 | 0.08 | 68.98 | 0.75 | 0.67 |
| Hex | D7 | EA | 6B | 8 | 0 | 36 | 8 | 45 | 4B | 43 |
| Octal | 327 | 352 | 153 | 10 | 0 | 66 | 10 | 105 | 113 | 103 |
| Binary | 11010111 | 11101010 | 1101011 | 1000 | 0 | 110110 | 1000 | 1000101 | 1001011 | 1000011 |
Color Harmonies of #D7EA6B
Complementary color
Monochromatic Colors of #D7EA6B
Black with #D7EA6B
Text Example
Text Example
White with #D7EA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EA6B; }
p { color: rgb(215,234,107); }
H1.HeaderClassName
{
color: #D7EA6B;
}
.AnyTagClassName
{
color: #D7EA6B;
}
</style>
background-color css
<style>
a { background-color: #D7EA6B; }
a { background-color: rgb(215,234,107); }
div.DivClassName
{
background-color: #D7EA6B;
}
.BgClassName
{
background-color: #D7EA6B;
}
</style>
border-color css
<style>
span { border-color: #D7EA6B; }
span { border-color: rgb(215,234,107); }
td.TdClassName
{
border-color: #D7EA6B;
}
.TagClassName
{
border-color: #D7EA6B;
}
</style>