Shades of Mindaro #D3EA6C
Tints of Mindaro #D3EA6C
RGB
CMYK
RGB Variations
Color information
#D3EA6C (or 0xD3EA6C) is known color: Mindaro. HEX triplet: D3, EA and 6C. RGB value is (211,234,108). Sum of RGB (Red+Green+Blue) = 211+234+108=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 108 (42.58% from 255 or 19.53% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #D3EA6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EA6C is #2C1593. Grayscale: #D5D5D5. Windows color (decimal): -2889108 or 7138003. OLE color: 7138003.
HSL color Cylindrical-coordinate representation of color #D3EA6C: hue angle of 70.95º 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 #D3EA6C is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 234 | 108 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.08 |
| HSL | 70.95º | 0.75% | 0.67% | - |
| HSV(B) | 70.95º | 0.54% | 0.92% | - |
| XYZ | 58.99 | 73.78 | 25.32 | - |
| YUV | 212.76 | 68.88 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 234 | 108 | 0.10 | 0 | 0.54 | 0.08 | 70.95 | 0.75 | 0.67 |
| Hex | D3 | EA | 6C | A | 0 | 36 | 8 | 47 | 4B | 43 |
| Octal | 323 | 352 | 154 | 12 | 0 | 66 | 10 | 107 | 113 | 103 |
| Binary | 11010011 | 11101010 | 1101100 | 1010 | 0 | 110110 | 1000 | 1000111 | 1001011 | 1000011 |
Color Harmonies of #D3EA6C
Complementary color
Monochromatic Colors of #D3EA6C
Black with #D3EA6C
Text Example
Text Example
White with #D3EA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EA6C; }
p { color: rgb(211,234,108); }
H1.HeaderClassName
{
color: #D3EA6C;
}
.AnyTagClassName
{
color: #D3EA6C;
}
</style>
background-color css
<style>
a { background-color: #D3EA6C; }
a { background-color: rgb(211,234,108); }
div.DivClassName
{
background-color: #D3EA6C;
}
.BgClassName
{
background-color: #D3EA6C;
}
</style>
border-color css
<style>
span { border-color: #D3EA6C; }
span { border-color: rgb(211,234,108); }
td.TdClassName
{
border-color: #D3EA6C;
}
.TagClassName
{
border-color: #D3EA6C;
}
</style>