Shades of Mindaro #DFF174
Tints of Mindaro #DFF174
RGB
CMYK
RGB Variations
Color information
#DFF174 (or 0xDFF174) is known color: Mindaro. HEX triplet: DF, F1 and 74. RGB value is (223,241,116). Sum of RGB (Red+Green+Blue) = 223+241+116=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 116 (45.70% from 255 or 20% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF174 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF174 is #200E8B. Grayscale: #DDDDDD. Windows color (decimal): -2100876 or 7664095. OLE color: 7664095.
HSL color Cylindrical-coordinate representation of color #DFF174: hue angle of 68.64º 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 #DFF174 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 116 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.05 |
| HSL | 68.64º | 0.82% | 0.7% | - |
| HSV(B) | 68.64º | 0.52% | 0.95% | - |
| XYZ | 65.04 | 79.86 | 28.51 | - |
| YUV | 221.37 | 68.54 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 116 | 0.07 | 0 | 0.52 | 0.05 | 68.64 | 0.82 | 0.7 |
| Hex | DF | F1 | 74 | 7 | 0 | 34 | 5 | 45 | 52 | 46 |
| Octal | 337 | 361 | 164 | 7 | 0 | 64 | 5 | 105 | 122 | 106 |
| Binary | 11011111 | 11110001 | 1110100 | 111 | 0 | 110100 | 101 | 1000101 | 1010010 | 1000110 |
Color Harmonies of #DFF174
Complementary color
Monochromatic Colors of #DFF174
Black with #DFF174
Text Example
Text Example
White with #DFF174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF174; }
p { color: rgb(223,241,116); }
H1.HeaderClassName
{
color: #DFF174;
}
.AnyTagClassName
{
color: #DFF174;
}
</style>
background-color css
<style>
a { background-color: #DFF174; }
a { background-color: rgb(223,241,116); }
div.DivClassName
{
background-color: #DFF174;
}
.BgClassName
{
background-color: #DFF174;
}
</style>
border-color css
<style>
span { border-color: #DFF174; }
span { border-color: rgb(223,241,116); }
td.TdClassName
{
border-color: #DFF174;
}
.TagClassName
{
border-color: #DFF174;
}
</style>