Shades of Mindaro #D5E27C
Tints of Mindaro #D5E27C
RGB
CMYK
RGB Variations
Color information
#D5E27C (or 0xD5E27C) is known color: Mindaro. HEX triplet: D5, E2 and 7C. RGB value is (213,226,124). Sum of RGB (Red+Green+Blue) = 213+226+124=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 226 (88.67% from 255 or 40.14% from 563); Blue value is 124 (48.83% from 255 or 22.02% from 563); Max value from RGB is 226 - color contains mainly: green. Hex color #D5E27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E27C is #2A1D83. Grayscale: #D2D2D2. Windows color (decimal): -2760068 or 8184533. OLE color: 8184533.
HSL color Cylindrical-coordinate representation of color #D5E27C: hue angle of 67.65º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5E27C is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 226 | 124 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.11 |
| HSL | 67.65º | 0.64% | 0.69% | - |
| HSV(B) | 67.65º | 0.45% | 0.89% | - |
| XYZ | 58.28 | 69.99 | 29.51 | - |
| YUV | 210.49 | 79.19 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 226 | 124 | 0.06 | 0 | 0.45 | 0.11 | 67.65 | 0.64 | 0.69 |
| Hex | D5 | E2 | 7C | 6 | 0 | 2D | B | 44 | 40 | 45 |
| Octal | 325 | 342 | 174 | 6 | 0 | 55 | 13 | 104 | 100 | 105 |
| Binary | 11010101 | 11100010 | 1111100 | 110 | 0 | 101101 | 1011 | 1000100 | 1000000 | 1000101 |
Color Harmonies of #D5E27C
Complementary color
Monochromatic Colors of #D5E27C
Black with #D5E27C
Text Example
Text Example
White with #D5E27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E27C; }
p { color: rgb(213,226,124); }
H1.HeaderClassName
{
color: #D5E27C;
}
.AnyTagClassName
{
color: #D5E27C;
}
</style>
background-color css
<style>
a { background-color: #D5E27C; }
a { background-color: rgb(213,226,124); }
div.DivClassName
{
background-color: #D5E27C;
}
.BgClassName
{
background-color: #D5E27C;
}
</style>
border-color css
<style>
span { border-color: #D5E27C; }
span { border-color: rgb(213,226,124); }
td.TdClassName
{
border-color: #D5E27C;
}
.TagClassName
{
border-color: #D5E27C;
}
</style>