Shades of Mindaro #D5E36F
Tints of Mindaro #D5E36F
RGB
CMYK
RGB Variations
Color information
#D5E36F (or 0xD5E36F) is known color: Mindaro. HEX triplet: D5, E3 and 6F. RGB value is (213,227,111). Sum of RGB (Red+Green+Blue) = 213+227+111=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 227 (89.06% from 255 or 41.20% from 551); Blue value is 111 (43.75% from 255 or 20.15% from 551); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E36F is #2A1C90. Grayscale: #D2D2D2. Windows color (decimal): -2759825 or 7332821. OLE color: 7332821.
HSL color Cylindrical-coordinate representation of color #D5E36F: hue angle of 67.24º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5E36F is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 227 | 111 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.11 |
| HSL | 67.24º | 0.67% | 0.66% | - |
| HSV(B) | 67.24º | 0.51% | 0.89% | - |
| XYZ | 57.78 | 70.23 | 25.55 | - |
| YUV | 209.59 | 72.36 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 227 | 111 | 0.06 | 0 | 0.51 | 0.11 | 67.24 | 0.67 | 0.66 |
| Hex | D5 | E3 | 6F | 6 | 0 | 33 | B | 43 | 43 | 42 |
| Octal | 325 | 343 | 157 | 6 | 0 | 63 | 13 | 103 | 103 | 102 |
| Binary | 11010101 | 11100011 | 1101111 | 110 | 0 | 110011 | 1011 | 1000011 | 1000011 | 1000010 |
Color Harmonies of #D5E36F
Complementary color
Monochromatic Colors of #D5E36F
Black with #D5E36F
Text Example
Text Example
White with #D5E36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E36F; }
p { color: rgb(213,227,111); }
H1.HeaderClassName
{
color: #D5E36F;
}
.AnyTagClassName
{
color: #D5E36F;
}
</style>
background-color css
<style>
a { background-color: #D5E36F; }
a { background-color: rgb(213,227,111); }
div.DivClassName
{
background-color: #D5E36F;
}
.BgClassName
{
background-color: #D5E36F;
}
</style>
border-color css
<style>
span { border-color: #D5E36F; }
span { border-color: rgb(213,227,111); }
td.TdClassName
{
border-color: #D5E36F;
}
.TagClassName
{
border-color: #D5E36F;
}
</style>