Shades of Mindaro #D3E468
Tints of Mindaro #D3E468
RGB
CMYK
RGB Variations
Color information
#D3E468 (or 0xD3E468) is known color: Mindaro. HEX triplet: D3, E4 and 68. RGB value is (211,228,104). Sum of RGB (Red+Green+Blue) = 211+228+104=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 104 (41.02% from 255 or 19.15% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #D3E468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E468 is #2C1B97. Grayscale: #D1D1D1. Windows color (decimal): -2890648 or 6874323. OLE color: 6874323.
HSL color Cylindrical-coordinate representation of color #D3E468: hue angle of 68.23º 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 #D3E468 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 228 | 104 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.11 |
| HSL | 68.23º | 0.7% | 0.65% | - |
| HSV(B) | 68.23º | 0.54% | 0.89% | - |
| XYZ | 57.11 | 70.34 | 23.66 | - |
| YUV | 208.78 | 68.87 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 228 | 104 | 0.07 | 0 | 0.54 | 0.11 | 68.23 | 0.7 | 0.65 |
| Hex | D3 | E4 | 68 | 7 | 0 | 36 | B | 44 | 46 | 41 |
| Octal | 323 | 344 | 150 | 7 | 0 | 66 | 13 | 104 | 106 | 101 |
| Binary | 11010011 | 11100100 | 1101000 | 111 | 0 | 110110 | 1011 | 1000100 | 1000110 | 1000001 |
Color Harmonies of #D3E468
Complementary color
Monochromatic Colors of #D3E468
Black with #D3E468
Text Example
Text Example
White with #D3E468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E468; }
p { color: rgb(211,228,104); }
H1.HeaderClassName
{
color: #D3E468;
}
.AnyTagClassName
{
color: #D3E468;
}
</style>
background-color css
<style>
a { background-color: #D3E468; }
a { background-color: rgb(211,228,104); }
div.DivClassName
{
background-color: #D3E468;
}
.BgClassName
{
background-color: #D3E468;
}
</style>
border-color css
<style>
span { border-color: #D3E468; }
span { border-color: rgb(211,228,104); }
td.TdClassName
{
border-color: #D3E468;
}
.TagClassName
{
border-color: #D3E468;
}
</style>