Shades of Mindaro #D4F175
Tints of Mindaro #D4F175
RGB
CMYK
RGB Variations
Color information
#D4F175 (or 0xD4F175) is known color: Mindaro. HEX triplet: D4, F1 and 75. RGB value is (212,241,117). Sum of RGB (Red+Green+Blue) = 212+241+117=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 241 (94.53% from 255 or 42.28% from 570); Blue value is 117 (46.09% from 255 or 20.53% from 570); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F175 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F175 is #2B0E8A. Grayscale: #DADADA. Windows color (decimal): -2821771 or 7729620. OLE color: 7729620.
HSL color Cylindrical-coordinate representation of color #D4F175: hue angle of 74.03º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4F175 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 241 | 117 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.05 |
| HSL | 74.03º | 0.82% | 0.7% | - |
| HSV(B) | 74.03º | 0.51% | 0.95% | - |
| XYZ | 61.82 | 78.19 | 28.66 | - |
| YUV | 218.19 | 70.89 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 241 | 117 | 0.12 | 0 | 0.51 | 0.05 | 74.03 | 0.82 | 0.7 |
| Hex | D4 | F1 | 75 | C | 0 | 33 | 5 | 4A | 52 | 46 |
| Octal | 324 | 361 | 165 | 14 | 0 | 63 | 5 | 112 | 122 | 106 |
| Binary | 11010100 | 11110001 | 1110101 | 1100 | 0 | 110011 | 101 | 1001010 | 1010010 | 1000110 |
Color Harmonies of #D4F175
Complementary color
Monochromatic Colors of #D4F175
Black with #D4F175
Text Example
Text Example
White with #D4F175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F175; }
p { color: rgb(212,241,117); }
H1.HeaderClassName
{
color: #D4F175;
}
.AnyTagClassName
{
color: #D4F175;
}
</style>
background-color css
<style>
a { background-color: #D4F175; }
a { background-color: rgb(212,241,117); }
div.DivClassName
{
background-color: #D4F175;
}
.BgClassName
{
background-color: #D4F175;
}
</style>
border-color css
<style>
span { border-color: #D4F175; }
span { border-color: rgb(212,241,117); }
td.TdClassName
{
border-color: #D4F175;
}
.TagClassName
{
border-color: #D4F175;
}
</style>