Shades of Mindaro #D4FA5E
Tints of Mindaro #D4FA5E
RGB
CMYK
RGB Variations
Color information
#D4FA5E (or 0xD4FA5E) is known color: Mindaro. HEX triplet: D4, FA and 5E. RGB value is (212,250,94). Sum of RGB (Red+Green+Blue) = 212+250+94=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 94 (37.11% from 255 or 16.91% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FA5E is #2B05A1. Grayscale: #DDDDDD. Windows color (decimal): -2819490 or 6224596. OLE color: 6224596.
HSL color Cylindrical-coordinate representation of color #D4FA5E: hue angle of 74.62º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4FA5E is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 250 | 94 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.02 |
| HSL | 74.62º | 0.94% | 0.67% | - |
| HSV(B) | 74.62º | 0.62% | 0.98% | - |
| XYZ | 63.36 | 83.18 | 23.31 | - |
| YUV | 220.85 | 56.41 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 250 | 94 | 0.15 | 0 | 0.62 | 0.02 | 74.62 | 0.94 | 0.67 |
| Hex | D4 | FA | 5E | F | 0 | 3E | 2 | 4B | 5E | 43 |
| Octal | 324 | 372 | 136 | 17 | 0 | 76 | 2 | 113 | 136 | 103 |
| Binary | 11010100 | 11111010 | 1011110 | 1111 | 0 | 111110 | 10 | 1001011 | 1011110 | 1000011 |
Color Harmonies of #D4FA5E
Complementary color
Monochromatic Colors of #D4FA5E
Black with #D4FA5E
Text Example
Text Example
White with #D4FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FA5E; }
p { color: rgb(212,250,94); }
H1.HeaderClassName
{
color: #D4FA5E;
}
.AnyTagClassName
{
color: #D4FA5E;
}
</style>
background-color css
<style>
a { background-color: #D4FA5E; }
a { background-color: rgb(212,250,94); }
div.DivClassName
{
background-color: #D4FA5E;
}
.BgClassName
{
background-color: #D4FA5E;
}
</style>
border-color css
<style>
span { border-color: #D4FA5E; }
span { border-color: rgb(212,250,94); }
td.TdClassName
{
border-color: #D4FA5E;
}
.TagClassName
{
border-color: #D4FA5E;
}
</style>