Shades of Mindaro #D4FA74
Tints of Mindaro #D4FA74
RGB
CMYK
RGB Variations
Color information
#D4FA74 (or 0xD4FA74) is known color: Mindaro. HEX triplet: D4, FA and 74. RGB value is (212,250,116). Sum of RGB (Red+Green+Blue) = 212+250+116=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 116 (45.70% from 255 or 20.07% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FA74 is #2B058B. Grayscale: #DFDFDF. Windows color (decimal): -2819468 or 7666388. OLE color: 7666388.
HSL color Cylindrical-coordinate representation of color #D4FA74: hue angle of 77.01º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4FA74 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 250 | 116 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.02 |
| HSL | 77.01º | 0.93% | 0.72% | - |
| HSV(B) | 77.01º | 0.54% | 0.98% | - |
| XYZ | 64.49 | 83.63 | 29.27 | - |
| YUV | 223.36 | 67.41 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 250 | 116 | 0.15 | 0 | 0.54 | 0.02 | 77.01 | 0.93 | 0.72 |
| Hex | D4 | FA | 74 | F | 0 | 36 | 2 | 4D | 5D | 48 |
| Octal | 324 | 372 | 164 | 17 | 0 | 66 | 2 | 115 | 135 | 110 |
| Binary | 11010100 | 11111010 | 1110100 | 1111 | 0 | 110110 | 10 | 1001101 | 1011101 | 1001000 |
Color Harmonies of #D4FA74
Complementary color
Monochromatic Colors of #D4FA74
Black with #D4FA74
Text Example
Text Example
White with #D4FA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FA74; }
p { color: rgb(212,250,116); }
H1.HeaderClassName
{
color: #D4FA74;
}
.AnyTagClassName
{
color: #D4FA74;
}
</style>
background-color css
<style>
a { background-color: #D4FA74; }
a { background-color: rgb(212,250,116); }
div.DivClassName
{
background-color: #D4FA74;
}
.BgClassName
{
background-color: #D4FA74;
}
</style>
border-color css
<style>
span { border-color: #D4FA74; }
span { border-color: rgb(212,250,116); }
td.TdClassName
{
border-color: #D4FA74;
}
.TagClassName
{
border-color: #D4FA74;
}
</style>