Shades of Mindaro #DFF379
Tints of Mindaro #DFF379
RGB
CMYK
RGB Variations
Color information
#DFF379 (or 0xDFF379) is known color: Mindaro. HEX triplet: DF, F3 and 79. RGB value is (223,243,121). Sum of RGB (Red+Green+Blue) = 223+243+121=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 243 (95.31% from 255 or 41.40% from 587); Blue value is 121 (47.66% from 255 or 20.61% from 587); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF379 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF379 is #200C86. Grayscale: #DFDFDF. Windows color (decimal): -2100359 or 7992287. OLE color: 7992287.
HSL color Cylindrical-coordinate representation of color #DFF379: hue angle of 69.84º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFF379 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 243 | 121 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.05 |
| HSL | 69.84º | 0.84% | 0.71% | - |
| HSV(B) | 69.84º | 0.5% | 0.95% | - |
| XYZ | 65.93 | 81.17 | 30.28 | - |
| YUV | 223.11 | 70.37 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 243 | 121 | 0.08 | 0 | 0.50 | 0.05 | 69.84 | 0.84 | 0.71 |
| Hex | DF | F3 | 79 | 8 | 0 | 32 | 5 | 46 | 54 | 47 |
| Octal | 337 | 363 | 171 | 10 | 0 | 62 | 5 | 106 | 124 | 107 |
| Binary | 11011111 | 11110011 | 1111001 | 1000 | 0 | 110010 | 101 | 1000110 | 1010100 | 1000111 |
Color Harmonies of #DFF379
Complementary color
Monochromatic Colors of #DFF379
Black with #DFF379
Text Example
Text Example
White with #DFF379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF379; }
p { color: rgb(223,243,121); }
H1.HeaderClassName
{
color: #DFF379;
}
.AnyTagClassName
{
color: #DFF379;
}
</style>
background-color css
<style>
a { background-color: #DFF379; }
a { background-color: rgb(223,243,121); }
div.DivClassName
{
background-color: #DFF379;
}
.BgClassName
{
background-color: #DFF379;
}
</style>
border-color css
<style>
span { border-color: #DFF379; }
span { border-color: rgb(223,243,121); }
td.TdClassName
{
border-color: #DFF379;
}
.TagClassName
{
border-color: #DFF379;
}
</style>