Shades of Mindaro #DEF077
Tints of Mindaro #DEF077
RGB
CMYK
RGB Variations
Color information
#DEF077 (or 0xDEF077) is known color: Mindaro. HEX triplet: DE, F0 and 77. RGB value is (222,240,119). Sum of RGB (Red+Green+Blue) = 222+240+119=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 240 (94.14% from 255 or 41.31% from 581); Blue value is 119 (46.88% from 255 or 20.48% from 581); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF077 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF077 is #210F88. Grayscale: #DDDDDD. Windows color (decimal): -2166665 or 7860446. OLE color: 7860446.
HSL color Cylindrical-coordinate representation of color #DEF077: hue angle of 68.93º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEF077 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 119 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.06 |
| HSL | 68.93º | 0.8% | 0.7% | - |
| HSV(B) | 68.93º | 0.5% | 0.94% | - |
| XYZ | 64.61 | 79.18 | 29.33 | - |
| YUV | 220.82 | 70.54 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 119 | 0.08 | 0 | 0.50 | 0.06 | 68.93 | 0.8 | 0.7 |
| Hex | DE | F0 | 77 | 8 | 0 | 32 | 6 | 45 | 50 | 46 |
| Octal | 336 | 360 | 167 | 10 | 0 | 62 | 6 | 105 | 120 | 106 |
| Binary | 11011110 | 11110000 | 1110111 | 1000 | 0 | 110010 | 110 | 1000101 | 1010000 | 1000110 |
Color Harmonies of #DEF077
Complementary color
Monochromatic Colors of #DEF077
Black with #DEF077
Text Example
Text Example
White with #DEF077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF077; }
p { color: rgb(222,240,119); }
H1.HeaderClassName
{
color: #DEF077;
}
.AnyTagClassName
{
color: #DEF077;
}
</style>
background-color css
<style>
a { background-color: #DEF077; }
a { background-color: rgb(222,240,119); }
div.DivClassName
{
background-color: #DEF077;
}
.BgClassName
{
background-color: #DEF077;
}
</style>
border-color css
<style>
span { border-color: #DEF077; }
span { border-color: rgb(222,240,119); }
td.TdClassName
{
border-color: #DEF077;
}
.TagClassName
{
border-color: #DEF077;
}
</style>