Shades of Mindaro #DEF26D
Tints of Mindaro #DEF26D
RGB
CMYK
RGB Variations
Color information
#DEF26D (or 0xDEF26D) is known color: Mindaro. HEX triplet: DE, F2 and 6D. RGB value is (222,242,109). Sum of RGB (Red+Green+Blue) = 222+242+109=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 109 (42.97% from 255 or 19.02% from 573); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF26D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF26D is #210D92. Grayscale: #DDDDDD. Windows color (decimal): -2166163 or 7205598. OLE color: 7205598.
HSL color Cylindrical-coordinate representation of color #DEF26D: hue angle of 69.02º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEF26D is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 109 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.05 |
| HSL | 69.02º | 0.84% | 0.69% | - |
| HSV(B) | 69.02º | 0.55% | 0.95% | - |
| XYZ | 64.64 | 80.14 | 26.53 | - |
| YUV | 220.86 | 64.87 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 109 | 0.08 | 0 | 0.55 | 0.05 | 69.02 | 0.84 | 0.69 |
| Hex | DE | F2 | 6D | 8 | 0 | 37 | 5 | 45 | 54 | 45 |
| Octal | 336 | 362 | 155 | 10 | 0 | 67 | 5 | 105 | 124 | 105 |
| Binary | 11011110 | 11110010 | 1101101 | 1000 | 0 | 110111 | 101 | 1000101 | 1010100 | 1000101 |
Color Harmonies of #DEF26D
Complementary color
Monochromatic Colors of #DEF26D
Black with #DEF26D
Text Example
Text Example
White with #DEF26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF26D; }
p { color: rgb(222,242,109); }
H1.HeaderClassName
{
color: #DEF26D;
}
.AnyTagClassName
{
color: #DEF26D;
}
</style>
background-color css
<style>
a { background-color: #DEF26D; }
a { background-color: rgb(222,242,109); }
div.DivClassName
{
background-color: #DEF26D;
}
.BgClassName
{
background-color: #DEF26D;
}
</style>
border-color css
<style>
span { border-color: #DEF26D; }
span { border-color: rgb(222,242,109); }
td.TdClassName
{
border-color: #DEF26D;
}
.TagClassName
{
border-color: #DEF26D;
}
</style>