Shades of Mindaro #D4F760
Tints of Mindaro #D4F760
RGB
CMYK
RGB Variations
Color information
#D4F760 (or 0xD4F760) is known color: Mindaro. HEX triplet: D4, F7 and 60. RGB value is (212,247,96). Sum of RGB (Red+Green+Blue) = 212+247+96=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 247 (96.88% from 255 or 44.50% from 555); Blue value is 96 (37.89% from 255 or 17.30% from 555); Max value from RGB is 247 - color contains mainly: green. Hex color #D4F760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F760 is #2B089F. Grayscale: #DBDBDB. Windows color (decimal): -2820256 or 6354900. OLE color: 6354900.
HSL color Cylindrical-coordinate representation of color #D4F760: hue angle of 73.91º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D4F760 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 247 | 96 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.03 |
| HSL | 73.91º | 0.9% | 0.67% | - |
| HSV(B) | 73.91º | 0.61% | 0.97% | - |
| XYZ | 62.52 | 81.36 | 23.48 | - |
| YUV | 219.32 | 58.4 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 247 | 96 | 0.14 | 0 | 0.61 | 0.03 | 73.91 | 0.9 | 0.67 |
| Hex | D4 | F7 | 60 | E | 0 | 3D | 3 | 4A | 5A | 43 |
| Octal | 324 | 367 | 140 | 16 | 0 | 75 | 3 | 112 | 132 | 103 |
| Binary | 11010100 | 11110111 | 1100000 | 1110 | 0 | 111101 | 11 | 1001010 | 1011010 | 1000011 |
Color Harmonies of #D4F760
Complementary color
Monochromatic Colors of #D4F760
Black with #D4F760
Text Example
Text Example
White with #D4F760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F760; }
p { color: rgb(212,247,96); }
H1.HeaderClassName
{
color: #D4F760;
}
.AnyTagClassName
{
color: #D4F760;
}
</style>
background-color css
<style>
a { background-color: #D4F760; }
a { background-color: rgb(212,247,96); }
div.DivClassName
{
background-color: #D4F760;
}
.BgClassName
{
background-color: #D4F760;
}
</style>
border-color css
<style>
span { border-color: #D4F760; }
span { border-color: rgb(212,247,96); }
td.TdClassName
{
border-color: #D4F760;
}
.TagClassName
{
border-color: #D4F760;
}
</style>