Shades of Mindaro #DEF26B
Tints of Mindaro #DEF26B
RGB
CMYK
RGB Variations
Color information
#DEF26B (or 0xDEF26B) is known color: Mindaro. HEX triplet: DE, F2 and 6B. RGB value is (222,242,107). Sum of RGB (Red+Green+Blue) = 222+242+107=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 107 (42.19% from 255 or 18.74% from 571); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF26B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF26B is #210D94. Grayscale: #DDDDDD. Windows color (decimal): -2166165 or 7074526. OLE color: 7074526.
HSL color Cylindrical-coordinate representation of color #DEF26B: hue angle of 68.89º 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 #DEF26B is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 107 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.05 |
| HSL | 68.89º | 0.84% | 0.68% | - |
| HSV(B) | 68.89º | 0.56% | 0.95% | - |
| XYZ | 64.53 | 80.1 | 25.97 | - |
| YUV | 220.63 | 63.87 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 107 | 0.08 | 0 | 0.56 | 0.05 | 68.89 | 0.84 | 0.68 |
| Hex | DE | F2 | 6B | 8 | 0 | 38 | 5 | 45 | 54 | 44 |
| Octal | 336 | 362 | 153 | 10 | 0 | 70 | 5 | 105 | 124 | 104 |
| Binary | 11011110 | 11110010 | 1101011 | 1000 | 0 | 111000 | 101 | 1000101 | 1010100 | 1000100 |
Color Harmonies of #DEF26B
Complementary color
Monochromatic Colors of #DEF26B
Black with #DEF26B
Text Example
Text Example
White with #DEF26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF26B; }
p { color: rgb(222,242,107); }
H1.HeaderClassName
{
color: #DEF26B;
}
.AnyTagClassName
{
color: #DEF26B;
}
</style>
background-color css
<style>
a { background-color: #DEF26B; }
a { background-color: rgb(222,242,107); }
div.DivClassName
{
background-color: #DEF26B;
}
.BgClassName
{
background-color: #DEF26B;
}
</style>
border-color css
<style>
span { border-color: #DEF26B; }
span { border-color: rgb(222,242,107); }
td.TdClassName
{
border-color: #DEF26B;
}
.TagClassName
{
border-color: #DEF26B;
}
</style>