Shades of Mindaro #DEF26A
Tints of Mindaro #DEF26A
RGB
CMYK
RGB Variations
Color information
#DEF26A (or 0xDEF26A) is known color: Mindaro. HEX triplet: DE, F2 and 6A. RGB value is (222,242,106). Sum of RGB (Red+Green+Blue) = 222+242+106=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 106 (41.80% from 255 or 18.60% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF26A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF26A is #210D95. Grayscale: #DDDDDD. Windows color (decimal): -2166166 or 7008990. OLE color: 7008990.
HSL color Cylindrical-coordinate representation of color #DEF26A: hue angle of 68.82º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DEF26A is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 106 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.05 |
| HSL | 68.82º | 0.84% | 0.68% | - |
| HSV(B) | 68.82º | 0.56% | 0.95% | - |
| XYZ | 64.48 | 80.07 | 25.69 | - |
| YUV | 220.52 | 63.37 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 106 | 0.08 | 0 | 0.56 | 0.05 | 68.82 | 0.84 | 0.68 |
| Hex | DE | F2 | 6A | 8 | 0 | 38 | 5 | 45 | 54 | 44 |
| Octal | 336 | 362 | 152 | 10 | 0 | 70 | 5 | 105 | 124 | 104 |
| Binary | 11011110 | 11110010 | 1101010 | 1000 | 0 | 111000 | 101 | 1000101 | 1010100 | 1000100 |
Color Harmonies of #DEF26A
Complementary color
Monochromatic Colors of #DEF26A
Black with #DEF26A
Text Example
Text Example
White with #DEF26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF26A; }
p { color: rgb(222,242,106); }
H1.HeaderClassName
{
color: #DEF26A;
}
.AnyTagClassName
{
color: #DEF26A;
}
</style>
background-color css
<style>
a { background-color: #DEF26A; }
a { background-color: rgb(222,242,106); }
div.DivClassName
{
background-color: #DEF26A;
}
.BgClassName
{
background-color: #DEF26A;
}
</style>
border-color css
<style>
span { border-color: #DEF26A; }
span { border-color: rgb(222,242,106); }
td.TdClassName
{
border-color: #DEF26A;
}
.TagClassName
{
border-color: #DEF26A;
}
</style>