Shades of Mindaro #D2F457
Tints of Mindaro #D2F457
RGB
CMYK
RGB Variations
Color information
#D2F457 (or 0xD2F457) is known color: Mindaro. HEX triplet: D2, F4 and 57. RGB value is (210,244,87). Sum of RGB (Red+Green+Blue) = 210+244+87=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 244 (95.70% from 255 or 45.10% from 541); Blue value is 87 (34.38% from 255 or 16.08% from 541); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F457 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F457 is #2D0BA8. Grayscale: #D8D8D8. Windows color (decimal): -2952105 or 5764306. OLE color: 5764306.
HSL color Cylindrical-coordinate representation of color #D2F457: hue angle of 72.99º 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 #D2F457 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 244 | 87 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.04 |
| HSL | 72.99º | 0.88% | 0.65% | - |
| HSV(B) | 72.99º | 0.64% | 0.96% | - |
| XYZ | 60.65 | 79.09 | 21.09 | - |
| YUV | 215.94 | 55.24 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 244 | 87 | 0.14 | 0 | 0.64 | 0.04 | 72.99 | 0.88 | 0.65 |
| Hex | D2 | F4 | 57 | E | 0 | 40 | 4 | 49 | 58 | 41 |
| Octal | 322 | 364 | 127 | 16 | 0 | 100 | 4 | 111 | 130 | 101 |
| Binary | 11010010 | 11110100 | 1010111 | 1110 | 0 | 1000000 | 100 | 1001001 | 1011000 | 1000001 |
Color Harmonies of #D2F457
Complementary color
Monochromatic Colors of #D2F457
Black with #D2F457
Text Example
Text Example
White with #D2F457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F457; }
p { color: rgb(210,244,87); }
H1.HeaderClassName
{
color: #D2F457;
}
.AnyTagClassName
{
color: #D2F457;
}
</style>
background-color css
<style>
a { background-color: #D2F457; }
a { background-color: rgb(210,244,87); }
div.DivClassName
{
background-color: #D2F457;
}
.BgClassName
{
background-color: #D2F457;
}
</style>
border-color css
<style>
span { border-color: #D2F457; }
span { border-color: rgb(210,244,87); }
td.TdClassName
{
border-color: #D2F457;
}
.TagClassName
{
border-color: #D2F457;
}
</style>