Shades of Mindaro #D3E05F
Tints of Mindaro #D3E05F
RGB
CMYK
RGB Variations
Color information
#D3E05F (or 0xD3E05F) is known color: Mindaro. HEX triplet: D3, E0 and 5F. RGB value is (211,224,95). Sum of RGB (Red+Green+Blue) = 211+224+95=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 95 (37.5% from 255 or 17.92% from 530); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E05F is #2C1FA0. Grayscale: #CDCDCD. Windows color (decimal): -2891681 or 6283475. OLE color: 6283475.
HSL color Cylindrical-coordinate representation of color #D3E05F: hue angle of 66.05º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D3E05F is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 224 | 95 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.12 |
| HSL | 66.05º | 0.68% | 0.63% | - |
| HSV(B) | 66.05º | 0.58% | 0.88% | - |
| XYZ | 55.59 | 67.99 | 21.02 | - |
| YUV | 205.41 | 65.69 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 224 | 95 | 0.06 | 0 | 0.58 | 0.12 | 66.05 | 0.68 | 0.63 |
| Hex | D3 | E0 | 5F | 6 | 0 | 3A | C | 42 | 44 | 3F |
| Octal | 323 | 340 | 137 | 6 | 0 | 72 | 14 | 102 | 104 | 77 |
| Binary | 11010011 | 11100000 | 1011111 | 110 | 0 | 111010 | 1100 | 1000010 | 1000100 | 111111 |
Color Harmonies of #D3E05F
Complementary color
Monochromatic Colors of #D3E05F
Black with #D3E05F
Text Example
Text Example
White with #D3E05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E05F; }
p { color: rgb(211,224,95); }
H1.HeaderClassName
{
color: #D3E05F;
}
.AnyTagClassName
{
color: #D3E05F;
}
</style>
background-color css
<style>
a { background-color: #D3E05F; }
a { background-color: rgb(211,224,95); }
div.DivClassName
{
background-color: #D3E05F;
}
.BgClassName
{
background-color: #D3E05F;
}
</style>
border-color css
<style>
span { border-color: #D3E05F; }
span { border-color: rgb(211,224,95); }
td.TdClassName
{
border-color: #D3E05F;
}
.TagClassName
{
border-color: #D3E05F;
}
</style>