Shades of Mindaro #D5E57D
Tints of Mindaro #D5E57D
RGB
CMYK
RGB Variations
Color information
#D5E57D (or 0xD5E57D) is known color: Mindaro. HEX triplet: D5, E5 and 7D. RGB value is (213,229,125). Sum of RGB (Red+Green+Blue) = 213+229+125=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 229 (89.84% from 255 or 40.39% from 567); Blue value is 125 (49.22% from 255 or 22.05% from 567); Max value from RGB is 229 - color contains mainly: green. Hex color #D5E57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E57D is #2A1A82. Grayscale: #D4D4D4. Windows color (decimal): -2759299 or 8250837. OLE color: 8250837.
HSL color Cylindrical-coordinate representation of color #D5E57D: hue angle of 69.23º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5E57D is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 229 | 125 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.10 |
| HSL | 69.23º | 0.67% | 0.69% | - |
| HSV(B) | 69.23º | 0.45% | 0.9% | - |
| XYZ | 59.16 | 71.67 | 30.12 | - |
| YUV | 212.36 | 78.7 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 229 | 125 | 0.07 | 0 | 0.45 | 0.10 | 69.23 | 0.67 | 0.69 |
| Hex | D5 | E5 | 7D | 7 | 0 | 2D | A | 45 | 43 | 45 |
| Octal | 325 | 345 | 175 | 7 | 0 | 55 | 12 | 105 | 103 | 105 |
| Binary | 11010101 | 11100101 | 1111101 | 111 | 0 | 101101 | 1010 | 1000101 | 1000011 | 1000101 |
Color Harmonies of #D5E57D
Complementary color
Monochromatic Colors of #D5E57D
Black with #D5E57D
Text Example
Text Example
White with #D5E57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E57D; }
p { color: rgb(213,229,125); }
H1.HeaderClassName
{
color: #D5E57D;
}
.AnyTagClassName
{
color: #D5E57D;
}
</style>
background-color css
<style>
a { background-color: #D5E57D; }
a { background-color: rgb(213,229,125); }
div.DivClassName
{
background-color: #D5E57D;
}
.BgClassName
{
background-color: #D5E57D;
}
</style>
border-color css
<style>
span { border-color: #D5E57D; }
span { border-color: rgb(213,229,125); }
td.TdClassName
{
border-color: #D5E57D;
}
.TagClassName
{
border-color: #D5E57D;
}
</style>