Shades of Mindaro #D5E27F
Tints of Mindaro #D5E27F
RGB
CMYK
RGB Variations
Color information
#D5E27F (or 0xD5E27F) is known color: Mindaro. HEX triplet: D5, E2 and 7F. RGB value is (213,226,127). Sum of RGB (Red+Green+Blue) = 213+226+127=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 226 (88.67% from 255 or 39.93% from 566); Blue value is 127 (50% from 255 or 22.44% from 566); Max value from RGB is 226 - color contains mainly: green. Hex color #D5E27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E27F is #2A1D80. Grayscale: #D3D3D3. Windows color (decimal): -2760065 or 8381141. OLE color: 8381141.
HSL color Cylindrical-coordinate representation of color #D5E27F: hue angle of 67.88º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5E27F is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 226 | 127 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.11 |
| HSL | 67.88º | 0.63% | 0.69% | - |
| HSV(B) | 67.88º | 0.44% | 0.89% | - |
| XYZ | 58.47 | 70.07 | 30.52 | - |
| YUV | 210.83 | 80.69 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 226 | 127 | 0.06 | 0 | 0.44 | 0.11 | 67.88 | 0.63 | 0.69 |
| Hex | D5 | E2 | 7F | 6 | 0 | 2C | B | 44 | 3F | 45 |
| Octal | 325 | 342 | 177 | 6 | 0 | 54 | 13 | 104 | 77 | 105 |
| Binary | 11010101 | 11100010 | 1111111 | 110 | 0 | 101100 | 1011 | 1000100 | 111111 | 1000101 |
Color Harmonies of #D5E27F
Complementary color
Monochromatic Colors of #D5E27F
Black with #D5E27F
Text Example
Text Example
White with #D5E27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E27F; }
p { color: rgb(213,226,127); }
H1.HeaderClassName
{
color: #D5E27F;
}
.AnyTagClassName
{
color: #D5E27F;
}
</style>
background-color css
<style>
a { background-color: #D5E27F; }
a { background-color: rgb(213,226,127); }
div.DivClassName
{
background-color: #D5E27F;
}
.BgClassName
{
background-color: #D5E27F;
}
</style>
border-color css
<style>
span { border-color: #D5E27F; }
span { border-color: rgb(213,226,127); }
td.TdClassName
{
border-color: #D5E27F;
}
.TagClassName
{
border-color: #D5E27F;
}
</style>