Shades of Mindaro #D1E757
Tints of Mindaro #D1E757
RGB
CMYK
RGB Variations
Color information
#D1E757 (or 0xD1E757) is known color: Mindaro. HEX triplet: D1, E7 and 57. RGB value is (209,231,87). Sum of RGB (Red+Green+Blue) = 209+231+87=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 231 (90.62% from 255 or 43.83% from 527); Blue value is 87 (34.38% from 255 or 16.51% from 527); Max value from RGB is 231 - color contains mainly: green. Hex color #D1E757 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E757 is #2E18A8. Grayscale: #D0D0D0. Windows color (decimal): -3020969 or 5760977. OLE color: 5760977.
HSL color Cylindrical-coordinate representation of color #D1E757: hue angle of 69.17º 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 #D1E757 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 231 | 87 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.09 |
| HSL | 69.17º | 0.75% | 0.62% | - |
| HSV(B) | 69.17º | 0.62% | 0.91% | - |
| XYZ | 56.59 | 71.4 | 19.81 | - |
| YUV | 208.01 | 59.71 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 231 | 87 | 0.10 | 0 | 0.62 | 0.09 | 69.17 | 0.75 | 0.62 |
| Hex | D1 | E7 | 57 | A | 0 | 3E | 9 | 45 | 4B | 3E |
| Octal | 321 | 347 | 127 | 12 | 0 | 76 | 11 | 105 | 113 | 76 |
| Binary | 11010001 | 11100111 | 1010111 | 1010 | 0 | 111110 | 1001 | 1000101 | 1001011 | 111110 |
Color Harmonies of #D1E757
Complementary color
Monochromatic Colors of #D1E757
Black with #D1E757
Text Example
Text Example
White with #D1E757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E757; }
p { color: rgb(209,231,87); }
H1.HeaderClassName
{
color: #D1E757;
}
.AnyTagClassName
{
color: #D1E757;
}
</style>
background-color css
<style>
a { background-color: #D1E757; }
a { background-color: rgb(209,231,87); }
div.DivClassName
{
background-color: #D1E757;
}
.BgClassName
{
background-color: #D1E757;
}
</style>
border-color css
<style>
span { border-color: #D1E757; }
span { border-color: rgb(209,231,87); }
td.TdClassName
{
border-color: #D1E757;
}
.TagClassName
{
border-color: #D1E757;
}
</style>