Shades of Mindaro #D3E35A
Tints of Mindaro #D3E35A
RGB
CMYK
RGB Variations
Color information
#D3E35A (or 0xD3E35A) is known color: Mindaro. HEX triplet: D3, E3 and 5A. RGB value is (211,227,90). Sum of RGB (Red+Green+Blue) = 211+227+90=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 227 (89.06% from 255 or 42.99% from 528); Blue value is 90 (35.55% from 255 or 17.05% from 528); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E35A is #2C1CA5. Grayscale: #CFCFCF. Windows color (decimal): -2890918 or 5956563. OLE color: 5956563.
HSL color Cylindrical-coordinate representation of color #D3E35A: hue angle of 67.01º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D3E35A is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 227 | 90 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.11 |
| HSL | 67.01º | 0.71% | 0.62% | - |
| HSV(B) | 67.01º | 0.6% | 0.89% | - |
| XYZ | 56.18 | 69.53 | 20.13 | - |
| YUV | 206.6 | 62.2 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 227 | 90 | 0.07 | 0 | 0.60 | 0.11 | 67.01 | 0.71 | 0.62 |
| Hex | D3 | E3 | 5A | 7 | 0 | 3C | B | 43 | 47 | 3E |
| Octal | 323 | 343 | 132 | 7 | 0 | 74 | 13 | 103 | 107 | 76 |
| Binary | 11010011 | 11100011 | 1011010 | 111 | 0 | 111100 | 1011 | 1000011 | 1000111 | 111110 |
Color Harmonies of #D3E35A
Complementary color
Monochromatic Colors of #D3E35A
Black with #D3E35A
Text Example
Text Example
White with #D3E35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E35A; }
p { color: rgb(211,227,90); }
H1.HeaderClassName
{
color: #D3E35A;
}
.AnyTagClassName
{
color: #D3E35A;
}
</style>
background-color css
<style>
a { background-color: #D3E35A; }
a { background-color: rgb(211,227,90); }
div.DivClassName
{
background-color: #D3E35A;
}
.BgClassName
{
background-color: #D3E35A;
}
</style>
border-color css
<style>
span { border-color: #D3E35A; }
span { border-color: rgb(211,227,90); }
td.TdClassName
{
border-color: #D3E35A;
}
.TagClassName
{
border-color: #D3E35A;
}
</style>