Shades of Mindaro #D5F457
Tints of Mindaro #D5F457
RGB
CMYK
RGB Variations
Color information
#D5F457 (or 0xD5F457) is known color: Mindaro. HEX triplet: D5, F4 and 57. RGB value is (213,244,87). Sum of RGB (Red+Green+Blue) = 213+244+87=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 87 (34.38% from 255 or 15.99% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #D5F457 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F457 is #2A0BA8. Grayscale: #D9D9D9. Windows color (decimal): -2755497 or 5764309. OLE color: 5764309.
HSL color Cylindrical-coordinate representation of color #D5F457: hue angle of 71.85º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5F457 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 244 | 87 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.04 |
| HSL | 71.85º | 0.88% | 0.65% | - |
| HSV(B) | 71.85º | 0.64% | 0.96% | - |
| XYZ | 61.51 | 79.54 | 21.13 | - |
| YUV | 216.83 | 54.73 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 244 | 87 | 0.13 | 0 | 0.64 | 0.04 | 71.85 | 0.88 | 0.65 |
| Hex | D5 | F4 | 57 | D | 0 | 40 | 4 | 48 | 58 | 41 |
| Octal | 325 | 364 | 127 | 15 | 0 | 100 | 4 | 110 | 130 | 101 |
| Binary | 11010101 | 11110100 | 1010111 | 1101 | 0 | 1000000 | 100 | 1001000 | 1011000 | 1000001 |
Color Harmonies of #D5F457
Complementary color
Monochromatic Colors of #D5F457
Black with #D5F457
Text Example
Text Example
White with #D5F457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F457; }
p { color: rgb(213,244,87); }
H1.HeaderClassName
{
color: #D5F457;
}
.AnyTagClassName
{
color: #D5F457;
}
</style>
background-color css
<style>
a { background-color: #D5F457; }
a { background-color: rgb(213,244,87); }
div.DivClassName
{
background-color: #D5F457;
}
.BgClassName
{
background-color: #D5F457;
}
</style>
border-color css
<style>
span { border-color: #D5F457; }
span { border-color: rgb(213,244,87); }
td.TdClassName
{
border-color: #D5F457;
}
.TagClassName
{
border-color: #D5F457;
}
</style>