Shades of Mindaro #D4F45A
Tints of Mindaro #D4F45A
RGB
CMYK
RGB Variations
Color information
#D4F45A (or 0xD4F45A) is known color: Mindaro. HEX triplet: D4, F4 and 5A. RGB value is (212,244,90). Sum of RGB (Red+Green+Blue) = 212+244+90=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 244 (95.70% from 255 or 44.69% from 546); Blue value is 90 (35.55% from 255 or 16.48% from 546); Max value from RGB is 244 - color contains mainly: green. Hex color #D4F45A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F45A is #2B0BA5. Grayscale: #D9D9D9. Windows color (decimal): -2821030 or 5960916. OLE color: 5960916.
HSL color Cylindrical-coordinate representation of color #D4F45A: hue angle of 72.47º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D4F45A is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 244 | 90 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.04 |
| HSL | 72.47º | 0.88% | 0.65% | - |
| HSV(B) | 72.47º | 0.63% | 0.96% | - |
| XYZ | 61.35 | 79.44 | 21.77 | - |
| YUV | 216.88 | 56.4 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 244 | 90 | 0.13 | 0 | 0.63 | 0.04 | 72.47 | 0.88 | 0.65 |
| Hex | D4 | F4 | 5A | D | 0 | 3F | 4 | 48 | 58 | 41 |
| Octal | 324 | 364 | 132 | 15 | 0 | 77 | 4 | 110 | 130 | 101 |
| Binary | 11010100 | 11110100 | 1011010 | 1101 | 0 | 111111 | 100 | 1001000 | 1011000 | 1000001 |
Color Harmonies of #D4F45A
Complementary color
Monochromatic Colors of #D4F45A
Black with #D4F45A
Text Example
Text Example
White with #D4F45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F45A; }
p { color: rgb(212,244,90); }
H1.HeaderClassName
{
color: #D4F45A;
}
.AnyTagClassName
{
color: #D4F45A;
}
</style>
background-color css
<style>
a { background-color: #D4F45A; }
a { background-color: rgb(212,244,90); }
div.DivClassName
{
background-color: #D4F45A;
}
.BgClassName
{
background-color: #D4F45A;
}
</style>
border-color css
<style>
span { border-color: #D4F45A; }
span { border-color: rgb(212,244,90); }
td.TdClassName
{
border-color: #D4F45A;
}
.TagClassName
{
border-color: #D4F45A;
}
</style>