Shades of Mindaro #DEF078
Tints of Mindaro #DEF078
RGB
CMYK
RGB Variations
Color information
#DEF078 (or 0xDEF078) is known color: Mindaro. HEX triplet: DE, F0 and 78. RGB value is (222,240,120). Sum of RGB (Red+Green+Blue) = 222+240+120=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 120 (47.27% from 255 or 20.62% from 582); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF078 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF078 is #210F87. Grayscale: #DDDDDD. Windows color (decimal): -2166664 or 7925982. OLE color: 7925982.
HSL color Cylindrical-coordinate representation of color #DEF078: hue angle of 69º 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 #DEF078 is Cyan = 0.08, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 120 | - |
| CMYK | 0.08 | 0 | 0.5 | 0.06 |
| HSL | 69º | 0.8% | 0.71% | - |
| HSV(B) | 69º | 0.5% | 0.94% | - |
| XYZ | 64.67 | 79.21 | 29.65 | - |
| YUV | 220.94 | 71.04 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 120 | 0.08 | 0 | 0.5 | 0.06 | 69 | 0.8 | 0.71 |
| Hex | DE | F0 | 78 | 8 | 0 | 32 | 6 | 45 | 50 | 47 |
| Octal | 336 | 360 | 170 | 10 | 0 | 62 | 6 | 105 | 120 | 107 |
| Binary | 11011110 | 11110000 | 1111000 | 1000 | 0 | 110010 | 110 | 1000101 | 1010000 | 1000111 |
Color Harmonies of #DEF078
Complementary color
Monochromatic Colors of #DEF078
Black with #DEF078
Text Example
Text Example
White with #DEF078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF078; }
p { color: rgb(222,240,120); }
H1.HeaderClassName
{
color: #DEF078;
}
.AnyTagClassName
{
color: #DEF078;
}
</style>
background-color css
<style>
a { background-color: #DEF078; }
a { background-color: rgb(222,240,120); }
div.DivClassName
{
background-color: #DEF078;
}
.BgClassName
{
background-color: #DEF078;
}
</style>
border-color css
<style>
span { border-color: #DEF078; }
span { border-color: rgb(222,240,120); }
td.TdClassName
{
border-color: #DEF078;
}
.TagClassName
{
border-color: #DEF078;
}
</style>