Shades of Mindaro #DFF778
Tints of Mindaro #DFF778
RGB
CMYK
RGB Variations
Color information
#DFF778 (or 0xDFF778) is known color: Mindaro. HEX triplet: DF, F7 and 78. RGB value is (223,247,120). Sum of RGB (Red+Green+Blue) = 223+247+120=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 247 (96.88% from 255 or 41.86% from 590); Blue value is 120 (47.27% from 255 or 20.34% from 590); Max value from RGB is 247 - color contains mainly: green. Hex color #DFF778 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF778 is #200887. Grayscale: #E1E1E1. Windows color (decimal): -2099336 or 7927775. OLE color: 7927775.
HSL color Cylindrical-coordinate representation of color #DFF778: hue angle of 71.34º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFF778 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 247 | 120 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.03 |
| HSL | 71.34º | 0.89% | 0.72% | - |
| HSV(B) | 71.34º | 0.51% | 0.97% | - |
| XYZ | 67.08 | 83.57 | 30.36 | - |
| YUV | 225.35 | 68.55 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 247 | 120 | 0.10 | 0 | 0.51 | 0.03 | 71.34 | 0.89 | 0.72 |
| Hex | DF | F7 | 78 | A | 0 | 33 | 3 | 47 | 59 | 48 |
| Octal | 337 | 367 | 170 | 12 | 0 | 63 | 3 | 107 | 131 | 110 |
| Binary | 11011111 | 11110111 | 1111000 | 1010 | 0 | 110011 | 11 | 1000111 | 1011001 | 1001000 |
Color Harmonies of #DFF778
Complementary color
Monochromatic Colors of #DFF778
Black with #DFF778
Text Example
Text Example
White with #DFF778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF778; }
p { color: rgb(223,247,120); }
H1.HeaderClassName
{
color: #DFF778;
}
.AnyTagClassName
{
color: #DFF778;
}
</style>
background-color css
<style>
a { background-color: #DFF778; }
a { background-color: rgb(223,247,120); }
div.DivClassName
{
background-color: #DFF778;
}
.BgClassName
{
background-color: #DFF778;
}
</style>
border-color css
<style>
span { border-color: #DFF778; }
span { border-color: rgb(223,247,120); }
td.TdClassName
{
border-color: #DFF778;
}
.TagClassName
{
border-color: #DFF778;
}
</style>