Shades of Mindaro #DFF674
Tints of Mindaro #DFF674
RGB
CMYK
RGB Variations
Color information
#DFF674 (or 0xDFF674) is known color: Mindaro. HEX triplet: DF, F6 and 74. RGB value is (223,246,116). Sum of RGB (Red+Green+Blue) = 223+246+116=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 246 (96.48% from 255 or 42.05% from 585); Blue value is 116 (45.70% from 255 or 19.83% from 585); Max value from RGB is 246 - color contains mainly: green. Hex color #DFF674 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF674 is #20098B. Grayscale: #E0E0E0. Windows color (decimal): -2099596 or 7665375. OLE color: 7665375.
HSL color Cylindrical-coordinate representation of color #DFF674: hue angle of 70.62º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFF674 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 246 | 116 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.04 |
| HSL | 70.62º | 0.88% | 0.71% | - |
| HSV(B) | 70.62º | 0.53% | 0.96% | - |
| XYZ | 66.54 | 82.86 | 29.01 | - |
| YUV | 224.3 | 66.88 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 246 | 116 | 0.09 | 0 | 0.53 | 0.04 | 70.62 | 0.88 | 0.71 |
| Hex | DF | F6 | 74 | 9 | 0 | 35 | 4 | 47 | 58 | 47 |
| Octal | 337 | 366 | 164 | 11 | 0 | 65 | 4 | 107 | 130 | 107 |
| Binary | 11011111 | 11110110 | 1110100 | 1001 | 0 | 110101 | 100 | 1000111 | 1011000 | 1000111 |
Color Harmonies of #DFF674
Complementary color
Monochromatic Colors of #DFF674
Black with #DFF674
Text Example
Text Example
White with #DFF674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF674; }
p { color: rgb(223,246,116); }
H1.HeaderClassName
{
color: #DFF674;
}
.AnyTagClassName
{
color: #DFF674;
}
</style>
background-color css
<style>
a { background-color: #DFF674; }
a { background-color: rgb(223,246,116); }
div.DivClassName
{
background-color: #DFF674;
}
.BgClassName
{
background-color: #DFF674;
}
</style>
border-color css
<style>
span { border-color: #DFF674; }
span { border-color: rgb(223,246,116); }
td.TdClassName
{
border-color: #DFF674;
}
.TagClassName
{
border-color: #DFF674;
}
</style>