Shades of Mindaro #DFF078
Tints of Mindaro #DFF078
RGB
CMYK
RGB Variations
Color information
#DFF078 (or 0xDFF078) is known color: Mindaro. HEX triplet: DF, F0 and 78. RGB value is (223,240,120). Sum of RGB (Red+Green+Blue) = 223+240+120=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 120 (47.27% from 255 or 20.58% from 583); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF078 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF078 is #200F87. Grayscale: #DDDDDD. Windows color (decimal): -2101128 or 7925983. OLE color: 7925983.
HSL color Cylindrical-coordinate representation of color #DFF078: hue angle of 68.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFF078 is Cyan = 0.07, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 120 | - |
| CMYK | 0.07 | 0 | 0.5 | 0.06 |
| HSL | 68.5º | 0.8% | 0.71% | - |
| HSV(B) | 68.5º | 0.5% | 0.94% | - |
| XYZ | 64.98 | 79.36 | 29.66 | - |
| YUV | 221.24 | 70.87 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 120 | 0.07 | 0 | 0.5 | 0.06 | 68.5 | 0.8 | 0.71 |
| Hex | DF | F0 | 78 | 7 | 0 | 32 | 6 | 44 | 50 | 47 |
| Octal | 337 | 360 | 170 | 7 | 0 | 62 | 6 | 104 | 120 | 107 |
| Binary | 11011111 | 11110000 | 1111000 | 111 | 0 | 110010 | 110 | 1000100 | 1010000 | 1000111 |
Color Harmonies of #DFF078
Complementary color
Monochromatic Colors of #DFF078
Black with #DFF078
Text Example
Text Example
White with #DFF078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF078; }
p { color: rgb(223,240,120); }
H1.HeaderClassName
{
color: #DFF078;
}
.AnyTagClassName
{
color: #DFF078;
}
</style>
background-color css
<style>
a { background-color: #DFF078; }
a { background-color: rgb(223,240,120); }
div.DivClassName
{
background-color: #DFF078;
}
.BgClassName
{
background-color: #DFF078;
}
</style>
border-color css
<style>
span { border-color: #DFF078; }
span { border-color: rgb(223,240,120); }
td.TdClassName
{
border-color: #DFF078;
}
.TagClassName
{
border-color: #DFF078;
}
</style>