Shades of Mindaro #DEF17C
Tints of Mindaro #DEF17C
RGB
CMYK
RGB Variations
Color information
#DEF17C (or 0xDEF17C) is known color: Mindaro. HEX triplet: DE, F1 and 7C. RGB value is (222,241,124). Sum of RGB (Red+Green+Blue) = 222+241+124=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 124 (48.83% from 255 or 21.12% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF17C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF17C is #210E83. Grayscale: #DEDEDE. Windows color (decimal): -2166404 or 8188382. OLE color: 8188382.
HSL color Cylindrical-coordinate representation of color #DEF17C: hue angle of 69.74º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEF17C is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 241 | 124 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.05 |
| HSL | 69.74º | 0.81% | 0.72% | - |
| HSV(B) | 69.74º | 0.49% | 0.95% | - |
| XYZ | 65.22 | 79.9 | 31.05 | - |
| YUV | 221.98 | 72.71 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 241 | 124 | 0.08 | 0 | 0.49 | 0.05 | 69.74 | 0.81 | 0.72 |
| Hex | DE | F1 | 7C | 8 | 0 | 31 | 5 | 46 | 51 | 48 |
| Octal | 336 | 361 | 174 | 10 | 0 | 61 | 5 | 106 | 121 | 110 |
| Binary | 11011110 | 11110001 | 1111100 | 1000 | 0 | 110001 | 101 | 1000110 | 1010001 | 1001000 |
Color Harmonies of #DEF17C
Complementary color
Monochromatic Colors of #DEF17C
Black with #DEF17C
Text Example
Text Example
White with #DEF17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF17C; }
p { color: rgb(222,241,124); }
H1.HeaderClassName
{
color: #DEF17C;
}
.AnyTagClassName
{
color: #DEF17C;
}
</style>
background-color css
<style>
a { background-color: #DEF17C; }
a { background-color: rgb(222,241,124); }
div.DivClassName
{
background-color: #DEF17C;
}
.BgClassName
{
background-color: #DEF17C;
}
</style>
border-color css
<style>
span { border-color: #DEF17C; }
span { border-color: rgb(222,241,124); }
td.TdClassName
{
border-color: #DEF17C;
}
.TagClassName
{
border-color: #DEF17C;
}
</style>