Shades of Mindaro #D4F94F
Tints of Mindaro #D4F94F
RGB
CMYK
RGB Variations
Color information
#D4F94F (or 0xD4F94F) is known color: Mindaro. HEX triplet: D4, F9 and 4F. RGB value is (212,249,79). Sum of RGB (Red+Green+Blue) = 212+249+79=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 249 (97.66% from 255 or 46.11% from 540); Blue value is 79 (31.25% from 255 or 14.63% from 540); Max value from RGB is 249 - color contains mainly: green. Hex color #D4F94F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F94F is #2B06B0. Grayscale: #DBDBDB. Windows color (decimal): -2819761 or 5241300. OLE color: 5241300.
HSL color Cylindrical-coordinate representation of color #D4F94F: hue angle of 73.06º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D4F94F is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 249 | 79 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.02 |
| HSL | 73.06º | 0.93% | 0.64% | - |
| HSV(B) | 73.06º | 0.68% | 0.98% | - |
| XYZ | 62.44 | 82.31 | 19.99 | - |
| YUV | 218.56 | 49.24 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 249 | 79 | 0.15 | 0 | 0.68 | 0.02 | 73.06 | 0.93 | 0.64 |
| Hex | D4 | F9 | 4F | F | 0 | 44 | 2 | 49 | 5D | 40 |
| Octal | 324 | 371 | 117 | 17 | 0 | 104 | 2 | 111 | 135 | 100 |
| Binary | 11010100 | 11111001 | 1001111 | 1111 | 0 | 1000100 | 10 | 1001001 | 1011101 | 1000000 |
Color Harmonies of #D4F94F
Complementary color
Monochromatic Colors of #D4F94F
Black with #D4F94F
Text Example
Text Example
White with #D4F94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F94F; }
p { color: rgb(212,249,79); }
H1.HeaderClassName
{
color: #D4F94F;
}
.AnyTagClassName
{
color: #D4F94F;
}
</style>
background-color css
<style>
a { background-color: #D4F94F; }
a { background-color: rgb(212,249,79); }
div.DivClassName
{
background-color: #D4F94F;
}
.BgClassName
{
background-color: #D4F94F;
}
</style>
border-color css
<style>
span { border-color: #D4F94F; }
span { border-color: rgb(212,249,79); }
td.TdClassName
{
border-color: #D4F94F;
}
.TagClassName
{
border-color: #D4F94F;
}
</style>