Shades of Mindaro #D0F174
Tints of Mindaro #D0F174
RGB
CMYK
RGB Variations
Color information
#D0F174 (or 0xD0F174) is known color: Mindaro. HEX triplet: D0, F1 and 74. RGB value is (208,241,116). Sum of RGB (Red+Green+Blue) = 208+241+116=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 116 (45.70% from 255 or 20.53% from 565); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F174 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F174 is #2F0E8B. Grayscale: #D9D9D9. Windows color (decimal): -3083916 or 7664080. OLE color: 7664080.
HSL color Cylindrical-coordinate representation of color #D0F174: hue angle of 75.84º 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 #D0F174 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 116 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.05 |
| HSL | 75.84º | 0.82% | 0.7% | - |
| HSV(B) | 75.84º | 0.52% | 0.95% | - |
| XYZ | 60.62 | 77.58 | 28.3 | - |
| YUV | 216.88 | 71.07 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 116 | 0.14 | 0 | 0.52 | 0.05 | 75.84 | 0.82 | 0.7 |
| Hex | D0 | F1 | 74 | E | 0 | 34 | 5 | 4C | 52 | 46 |
| Octal | 320 | 361 | 164 | 16 | 0 | 64 | 5 | 114 | 122 | 106 |
| Binary | 11010000 | 11110001 | 1110100 | 1110 | 0 | 110100 | 101 | 1001100 | 1010010 | 1000110 |
Color Harmonies of #D0F174
Complementary color
Monochromatic Colors of #D0F174
Black with #D0F174
Text Example
Text Example
White with #D0F174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F174; }
p { color: rgb(208,241,116); }
H1.HeaderClassName
{
color: #D0F174;
}
.AnyTagClassName
{
color: #D0F174;
}
</style>
background-color css
<style>
a { background-color: #D0F174; }
a { background-color: rgb(208,241,116); }
div.DivClassName
{
background-color: #D0F174;
}
.BgClassName
{
background-color: #D0F174;
}
</style>
border-color css
<style>
span { border-color: #D0F174; }
span { border-color: rgb(208,241,116); }
td.TdClassName
{
border-color: #D0F174;
}
.TagClassName
{
border-color: #D0F174;
}
</style>