Shades of Mindaro #D5E757
Tints of Mindaro #D5E757
RGB
CMYK
RGB Variations
Color information
#D5E757 (or 0xD5E757) is known color: Mindaro. HEX triplet: D5, E7 and 57. RGB value is (213,231,87). Sum of RGB (Red+Green+Blue) = 213+231+87=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 231 (90.62% from 255 or 43.50% from 531); Blue value is 87 (34.38% from 255 or 16.38% from 531); Max value from RGB is 231 - color contains mainly: green. Hex color #D5E757 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E757 is #2A18A8. Grayscale: #D1D1D1. Windows color (decimal): -2758825 or 5760981. OLE color: 5760981.
HSL color Cylindrical-coordinate representation of color #D5E757: hue angle of 67.5º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5E757 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 231 | 87 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.09 |
| HSL | 67.5º | 0.75% | 0.62% | - |
| HSV(B) | 67.5º | 0.62% | 0.91% | - |
| XYZ | 57.74 | 71.99 | 19.87 | - |
| YUV | 209.2 | 59.04 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 231 | 87 | 0.08 | 0 | 0.62 | 0.09 | 67.5 | 0.75 | 0.62 |
| Hex | D5 | E7 | 57 | 8 | 0 | 3E | 9 | 44 | 4B | 3E |
| Octal | 325 | 347 | 127 | 10 | 0 | 76 | 11 | 104 | 113 | 76 |
| Binary | 11010101 | 11100111 | 1010111 | 1000 | 0 | 111110 | 1001 | 1000100 | 1001011 | 111110 |
Color Harmonies of #D5E757
Complementary color
Monochromatic Colors of #D5E757
Black with #D5E757
Text Example
Text Example
White with #D5E757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E757; }
p { color: rgb(213,231,87); }
H1.HeaderClassName
{
color: #D5E757;
}
.AnyTagClassName
{
color: #D5E757;
}
</style>
background-color css
<style>
a { background-color: #D5E757; }
a { background-color: rgb(213,231,87); }
div.DivClassName
{
background-color: #D5E757;
}
.BgClassName
{
background-color: #D5E757;
}
</style>
border-color css
<style>
span { border-color: #D5E757; }
span { border-color: rgb(213,231,87); }
td.TdClassName
{
border-color: #D5E757;
}
.TagClassName
{
border-color: #D5E757;
}
</style>