Shades of Mindaro #D4F160
Tints of Mindaro #D4F160
RGB
CMYK
RGB Variations
Color information
#D4F160 (or 0xD4F160) is known color: Mindaro. HEX triplet: D4, F1 and 60. RGB value is (212,241,96). Sum of RGB (Red+Green+Blue) = 212+241+96=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 96 (37.89% from 255 or 17.49% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F160 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F160 is #2B0E9F. Grayscale: #D8D8D8. Windows color (decimal): -2821792 or 6353364. OLE color: 6353364.
HSL color Cylindrical-coordinate representation of color #D4F160: hue angle of 72º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4F160 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 241 | 96 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.05 |
| HSL | 72º | 0.84% | 0.66% | - |
| HSV(B) | 72º | 0.6% | 0.95% | - |
| XYZ | 60.72 | 77.75 | 22.87 | - |
| YUV | 215.8 | 60.39 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 241 | 96 | 0.12 | 0 | 0.60 | 0.05 | 72 | 0.84 | 0.66 |
| Hex | D4 | F1 | 60 | C | 0 | 3C | 5 | 48 | 54 | 42 |
| Octal | 324 | 361 | 140 | 14 | 0 | 74 | 5 | 110 | 124 | 102 |
| Binary | 11010100 | 11110001 | 1100000 | 1100 | 0 | 111100 | 101 | 1001000 | 1010100 | 1000010 |
Color Harmonies of #D4F160
Complementary color
Monochromatic Colors of #D4F160
Black with #D4F160
Text Example
Text Example
White with #D4F160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F160; }
p { color: rgb(212,241,96); }
H1.HeaderClassName
{
color: #D4F160;
}
.AnyTagClassName
{
color: #D4F160;
}
</style>
background-color css
<style>
a { background-color: #D4F160; }
a { background-color: rgb(212,241,96); }
div.DivClassName
{
background-color: #D4F160;
}
.BgClassName
{
background-color: #D4F160;
}
</style>
border-color css
<style>
span { border-color: #D4F160; }
span { border-color: rgb(212,241,96); }
td.TdClassName
{
border-color: #D4F160;
}
.TagClassName
{
border-color: #D4F160;
}
</style>