Shades of Mindaro #D3E369
Tints of Mindaro #D3E369
RGB
CMYK
RGB Variations
Color information
#D3E369 (or 0xD3E369) is known color: Mindaro. HEX triplet: D3, E3 and 69. RGB value is (211,227,105). Sum of RGB (Red+Green+Blue) = 211+227+105=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 227 (89.06% from 255 or 41.80% from 543); Blue value is 105 (41.41% from 255 or 19.34% from 543); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E369 is #2C1C96. Grayscale: #D0D0D0. Windows color (decimal): -2890903 or 6939603. OLE color: 6939603.
HSL color Cylindrical-coordinate representation of color #D3E369: hue angle of 67.87º degrees, saturation: 0.69, 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 #D3E369 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 227 | 105 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.11 |
| HSL | 67.87º | 0.69% | 0.65% | - |
| HSV(B) | 67.87º | 0.54% | 0.89% | - |
| XYZ | 56.88 | 69.81 | 23.84 | - |
| YUV | 208.31 | 69.7 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 227 | 105 | 0.07 | 0 | 0.54 | 0.11 | 67.87 | 0.69 | 0.65 |
| Hex | D3 | E3 | 69 | 7 | 0 | 36 | B | 44 | 45 | 41 |
| Octal | 323 | 343 | 151 | 7 | 0 | 66 | 13 | 104 | 105 | 101 |
| Binary | 11010011 | 11100011 | 1101001 | 111 | 0 | 110110 | 1011 | 1000100 | 1000101 | 1000001 |
Color Harmonies of #D3E369
Complementary color
Monochromatic Colors of #D3E369
Black with #D3E369
Text Example
Text Example
White with #D3E369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E369; }
p { color: rgb(211,227,105); }
H1.HeaderClassName
{
color: #D3E369;
}
.AnyTagClassName
{
color: #D3E369;
}
</style>
background-color css
<style>
a { background-color: #D3E369; }
a { background-color: rgb(211,227,105); }
div.DivClassName
{
background-color: #D3E369;
}
.BgClassName
{
background-color: #D3E369;
}
</style>
border-color css
<style>
span { border-color: #D3E369; }
span { border-color: rgb(211,227,105); }
td.TdClassName
{
border-color: #D3E369;
}
.TagClassName
{
border-color: #D3E369;
}
</style>