Shades of Mindaro #DEF56A
Tints of Mindaro #DEF56A
RGB
CMYK
RGB Variations
Color information
#DEF56A (or 0xDEF56A) is known color: Mindaro. HEX triplet: DE, F5 and 6A. RGB value is (222,245,106). Sum of RGB (Red+Green+Blue) = 222+245+106=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 245 (96.09% from 255 or 42.76% from 573); Blue value is 106 (41.80% from 255 or 18.50% from 573); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF56A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF56A is #210A95. Grayscale: #DEDEDE. Windows color (decimal): -2165398 or 7009758. OLE color: 7009758.
HSL color Cylindrical-coordinate representation of color #DEF56A: hue angle of 69.93º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DEF56A is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 106 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.04 |
| HSL | 69.93º | 0.87% | 0.69% | - |
| HSV(B) | 69.93º | 0.57% | 0.96% | - |
| XYZ | 65.38 | 81.88 | 25.99 | - |
| YUV | 222.28 | 62.38 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 106 | 0.09 | 0 | 0.57 | 0.04 | 69.93 | 0.87 | 0.69 |
| Hex | DE | F5 | 6A | 9 | 0 | 39 | 4 | 46 | 57 | 45 |
| Octal | 336 | 365 | 152 | 11 | 0 | 71 | 4 | 106 | 127 | 105 |
| Binary | 11011110 | 11110101 | 1101010 | 1001 | 0 | 111001 | 100 | 1000110 | 1010111 | 1000101 |
Color Harmonies of #DEF56A
Complementary color
Monochromatic Colors of #DEF56A
Black with #DEF56A
Text Example
Text Example
White with #DEF56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF56A; }
p { color: rgb(222,245,106); }
H1.HeaderClassName
{
color: #DEF56A;
}
.AnyTagClassName
{
color: #DEF56A;
}
</style>
background-color css
<style>
a { background-color: #DEF56A; }
a { background-color: rgb(222,245,106); }
div.DivClassName
{
background-color: #DEF56A;
}
.BgClassName
{
background-color: #DEF56A;
}
</style>
border-color css
<style>
span { border-color: #DEF56A; }
span { border-color: rgb(222,245,106); }
td.TdClassName
{
border-color: #DEF56A;
}
.TagClassName
{
border-color: #DEF56A;
}
</style>