Shades of Mindaro #DEF67C
Tints of Mindaro #DEF67C
RGB
CMYK
RGB Variations
Color information
#DEF67C (or 0xDEF67C) is known color: Mindaro. HEX triplet: DE, F6 and 7C. RGB value is (222,246,124). Sum of RGB (Red+Green+Blue) = 222+246+124=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 246 (96.48% from 255 or 41.55% from 592); Blue value is 124 (48.83% from 255 or 20.95% from 592); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF67C is #210983. Grayscale: #E1E1E1. Windows color (decimal): -2165124 or 8189662. OLE color: 8189662.
HSL color Cylindrical-coordinate representation of color #DEF67C: hue angle of 71.8º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEF67C is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 124 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.04 |
| HSL | 71.8º | 0.87% | 0.73% | - |
| HSV(B) | 71.8º | 0.5% | 0.96% | - |
| XYZ | 66.72 | 82.9 | 31.55 | - |
| YUV | 224.92 | 71.05 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 124 | 0.10 | 0 | 0.50 | 0.04 | 71.8 | 0.87 | 0.73 |
| Hex | DE | F6 | 7C | A | 0 | 32 | 4 | 48 | 57 | 49 |
| Octal | 336 | 366 | 174 | 12 | 0 | 62 | 4 | 110 | 127 | 111 |
| Binary | 11011110 | 11110110 | 1111100 | 1010 | 0 | 110010 | 100 | 1001000 | 1010111 | 1001001 |
Color Harmonies of #DEF67C
Complementary color
Monochromatic Colors of #DEF67C
Black with #DEF67C
Text Example
Text Example
White with #DEF67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF67C; }
p { color: rgb(222,246,124); }
H1.HeaderClassName
{
color: #DEF67C;
}
.AnyTagClassName
{
color: #DEF67C;
}
</style>
background-color css
<style>
a { background-color: #DEF67C; }
a { background-color: rgb(222,246,124); }
div.DivClassName
{
background-color: #DEF67C;
}
.BgClassName
{
background-color: #DEF67C;
}
</style>
border-color css
<style>
span { border-color: #DEF67C; }
span { border-color: rgb(222,246,124); }
td.TdClassName
{
border-color: #DEF67C;
}
.TagClassName
{
border-color: #DEF67C;
}
</style>