Shades of Mindaro #D3E375
Tints of Mindaro #D3E375
RGB
CMYK
RGB Variations
Color information
#D3E375 (or 0xD3E375) is known color: Mindaro. HEX triplet: D3, E3 and 75. RGB value is (211,227,117). Sum of RGB (Red+Green+Blue) = 211+227+117=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 227 (89.06% from 255 or 40.90% from 555); Blue value is 117 (46.09% from 255 or 21.08% from 555); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E375 is #2C1C8A. Grayscale: #D2D2D2. Windows color (decimal): -2890891 or 7726035. OLE color: 7726035.
HSL color Cylindrical-coordinate representation of color #D3E375: hue angle of 68.73º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D3E375 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 227 | 117 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.11 |
| HSL | 68.73º | 0.66% | 0.67% | - |
| HSV(B) | 68.73º | 0.48% | 0.89% | - |
| XYZ | 57.54 | 70.07 | 27.32 | - |
| YUV | 209.68 | 75.7 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 227 | 117 | 0.07 | 0 | 0.48 | 0.11 | 68.73 | 0.66 | 0.67 |
| Hex | D3 | E3 | 75 | 7 | 0 | 30 | B | 45 | 42 | 43 |
| Octal | 323 | 343 | 165 | 7 | 0 | 60 | 13 | 105 | 102 | 103 |
| Binary | 11010011 | 11100011 | 1110101 | 111 | 0 | 110000 | 1011 | 1000101 | 1000010 | 1000011 |
Color Harmonies of #D3E375
Complementary color
Monochromatic Colors of #D3E375
Black with #D3E375
Text Example
Text Example
White with #D3E375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E375; }
p { color: rgb(211,227,117); }
H1.HeaderClassName
{
color: #D3E375;
}
.AnyTagClassName
{
color: #D3E375;
}
</style>
background-color css
<style>
a { background-color: #D3E375; }
a { background-color: rgb(211,227,117); }
div.DivClassName
{
background-color: #D3E375;
}
.BgClassName
{
background-color: #D3E375;
}
</style>
border-color css
<style>
span { border-color: #D3E375; }
span { border-color: rgb(211,227,117); }
td.TdClassName
{
border-color: #D3E375;
}
.TagClassName
{
border-color: #D3E375;
}
</style>