Shades of Mindaro #DEF26C
Tints of Mindaro #DEF26C
RGB
CMYK
RGB Variations
Color information
#DEF26C (or 0xDEF26C) is known color: Mindaro. HEX triplet: DE, F2 and 6C. RGB value is (222,242,108). Sum of RGB (Red+Green+Blue) = 222+242+108=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 108 (42.58% from 255 or 18.88% from 572); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF26C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF26C is #210D93. Grayscale: #DDDDDD. Windows color (decimal): -2166164 or 7140062. OLE color: 7140062.
HSL color Cylindrical-coordinate representation of color #DEF26C: hue angle of 68.96º 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 #DEF26C is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 108 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.05 |
| HSL | 68.96º | 0.84% | 0.69% | - |
| HSV(B) | 68.96º | 0.55% | 0.95% | - |
| XYZ | 64.58 | 80.12 | 26.25 | - |
| YUV | 220.74 | 64.37 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 108 | 0.08 | 0 | 0.55 | 0.05 | 68.96 | 0.84 | 0.69 |
| Hex | DE | F2 | 6C | 8 | 0 | 37 | 5 | 45 | 54 | 45 |
| Octal | 336 | 362 | 154 | 10 | 0 | 67 | 5 | 105 | 124 | 105 |
| Binary | 11011110 | 11110010 | 1101100 | 1000 | 0 | 110111 | 101 | 1000101 | 1010100 | 1000101 |
Color Harmonies of #DEF26C
Complementary color
Monochromatic Colors of #DEF26C
Black with #DEF26C
Text Example
Text Example
White with #DEF26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF26C; }
p { color: rgb(222,242,108); }
H1.HeaderClassName
{
color: #DEF26C;
}
.AnyTagClassName
{
color: #DEF26C;
}
</style>
background-color css
<style>
a { background-color: #DEF26C; }
a { background-color: rgb(222,242,108); }
div.DivClassName
{
background-color: #DEF26C;
}
.BgClassName
{
background-color: #DEF26C;
}
</style>
border-color css
<style>
span { border-color: #DEF26C; }
span { border-color: rgb(222,242,108); }
td.TdClassName
{
border-color: #DEF26C;
}
.TagClassName
{
border-color: #DEF26C;
}
</style>