Shades of Mindaro #D4F174
Tints of Mindaro #D4F174
RGB
CMYK
RGB Variations
Color information
#D4F174 (or 0xD4F174) is known color: Mindaro. HEX triplet: D4, F1 and 74. RGB value is (212,241,116). Sum of RGB (Red+Green+Blue) = 212+241+116=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 116 (45.70% from 255 or 20.39% from 569); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F174 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F174 is #2B0E8B. Grayscale: #DADADA. Windows color (decimal): -2821772 or 7664084. OLE color: 7664084.
HSL color Cylindrical-coordinate representation of color #D4F174: hue angle of 73.92º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4F174 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 241 | 116 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.05 |
| HSL | 73.92º | 0.82% | 0.7% | - |
| HSV(B) | 73.92º | 0.52% | 0.95% | - |
| XYZ | 61.76 | 78.17 | 28.36 | - |
| YUV | 218.08 | 70.39 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 241 | 116 | 0.12 | 0 | 0.52 | 0.05 | 73.92 | 0.82 | 0.7 |
| Hex | D4 | F1 | 74 | C | 0 | 34 | 5 | 4A | 52 | 46 |
| Octal | 324 | 361 | 164 | 14 | 0 | 64 | 5 | 112 | 122 | 106 |
| Binary | 11010100 | 11110001 | 1110100 | 1100 | 0 | 110100 | 101 | 1001010 | 1010010 | 1000110 |
Color Harmonies of #D4F174
Complementary color
Monochromatic Colors of #D4F174
Black with #D4F174
Text Example
Text Example
White with #D4F174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F174; }
p { color: rgb(212,241,116); }
H1.HeaderClassName
{
color: #D4F174;
}
.AnyTagClassName
{
color: #D4F174;
}
</style>
background-color css
<style>
a { background-color: #D4F174; }
a { background-color: rgb(212,241,116); }
div.DivClassName
{
background-color: #D4F174;
}
.BgClassName
{
background-color: #D4F174;
}
</style>
border-color css
<style>
span { border-color: #D4F174; }
span { border-color: rgb(212,241,116); }
td.TdClassName
{
border-color: #D4F174;
}
.TagClassName
{
border-color: #D4F174;
}
</style>