Shades of Mindaro #D4F85F
Tints of Mindaro #D4F85F
RGB
CMYK
RGB Variations
Color information
#D4F85F (or 0xD4F85F) is known color: Mindaro. HEX triplet: D4, F8 and 5F. RGB value is (212,248,95). Sum of RGB (Red+Green+Blue) = 212+248+95=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 248 (97.27% from 255 or 44.68% from 555); Blue value is 95 (37.5% from 255 or 17.12% from 555); Max value from RGB is 248 - color contains mainly: green. Hex color #D4F85F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F85F is #2B07A0. Grayscale: #DCDCDC. Windows color (decimal): -2820001 or 6289620. OLE color: 6289620.
HSL color Cylindrical-coordinate representation of color #D4F85F: hue angle of 74.12º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4F85F is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 248 | 95 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.03 |
| HSL | 74.12º | 0.92% | 0.67% | - |
| HSV(B) | 74.12º | 0.62% | 0.97% | - |
| XYZ | 62.78 | 81.96 | 23.34 | - |
| YUV | 219.79 | 57.57 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 248 | 95 | 0.15 | 0 | 0.62 | 0.03 | 74.12 | 0.92 | 0.67 |
| Hex | D4 | F8 | 5F | F | 0 | 3E | 3 | 4A | 5C | 43 |
| Octal | 324 | 370 | 137 | 17 | 0 | 76 | 3 | 112 | 134 | 103 |
| Binary | 11010100 | 11111000 | 1011111 | 1111 | 0 | 111110 | 11 | 1001010 | 1011100 | 1000011 |
Color Harmonies of #D4F85F
Complementary color
Monochromatic Colors of #D4F85F
Black with #D4F85F
Text Example
Text Example
White with #D4F85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F85F; }
p { color: rgb(212,248,95); }
H1.HeaderClassName
{
color: #D4F85F;
}
.AnyTagClassName
{
color: #D4F85F;
}
</style>
background-color css
<style>
a { background-color: #D4F85F; }
a { background-color: rgb(212,248,95); }
div.DivClassName
{
background-color: #D4F85F;
}
.BgClassName
{
background-color: #D4F85F;
}
</style>
border-color css
<style>
span { border-color: #D4F85F; }
span { border-color: rgb(212,248,95); }
td.TdClassName
{
border-color: #D4F85F;
}
.TagClassName
{
border-color: #D4F85F;
}
</style>