Shades of Mindaro #D1E35B
Tints of Mindaro #D1E35B
RGB
CMYK
RGB Variations
Color information
#D1E35B (or 0xD1E35B) is known color: Mindaro. HEX triplet: D1, E3 and 5B. RGB value is (209,227,91). Sum of RGB (Red+Green+Blue) = 209+227+91=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 227 (89.06% from 255 or 43.07% from 527); Blue value is 91 (35.94% from 255 or 17.27% from 527); Max value from RGB is 227 - color contains mainly: green. Hex color #D1E35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E35B is #2E1CA4. Grayscale: #CECECE. Windows color (decimal): -3021989 or 6022097. OLE color: 6022097.
HSL color Cylindrical-coordinate representation of color #D1E35B: hue angle of 67.94º 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 #D1E35B is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 227 | 91 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.11 |
| HSL | 67.94º | 0.71% | 0.62% | - |
| HSV(B) | 67.94º | 0.6% | 0.89% | - |
| XYZ | 55.65 | 69.25 | 20.33 | - |
| YUV | 206.11 | 63.04 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 227 | 91 | 0.08 | 0 | 0.60 | 0.11 | 67.94 | 0.71 | 0.62 |
| Hex | D1 | E3 | 5B | 8 | 0 | 3C | B | 44 | 47 | 3E |
| Octal | 321 | 343 | 133 | 10 | 0 | 74 | 13 | 104 | 107 | 76 |
| Binary | 11010001 | 11100011 | 1011011 | 1000 | 0 | 111100 | 1011 | 1000100 | 1000111 | 111110 |
Color Harmonies of #D1E35B
Complementary color
Monochromatic Colors of #D1E35B
Black with #D1E35B
Text Example
Text Example
White with #D1E35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E35B; }
p { color: rgb(209,227,91); }
H1.HeaderClassName
{
color: #D1E35B;
}
.AnyTagClassName
{
color: #D1E35B;
}
</style>
background-color css
<style>
a { background-color: #D1E35B; }
a { background-color: rgb(209,227,91); }
div.DivClassName
{
background-color: #D1E35B;
}
.BgClassName
{
background-color: #D1E35B;
}
</style>
border-color css
<style>
span { border-color: #D1E35B; }
span { border-color: rgb(209,227,91); }
td.TdClassName
{
border-color: #D1E35B;
}
.TagClassName
{
border-color: #D1E35B;
}
</style>