Shades of Mindaro #DEF170
Tints of Mindaro #DEF170
RGB
CMYK
RGB Variations
Color information
#DEF170 (or 0xDEF170) is known color: Mindaro. HEX triplet: DE, F1 and 70. RGB value is (222,241,112). Sum of RGB (Red+Green+Blue) = 222+241+112=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 112 (44.14% from 255 or 19.48% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF170 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF170 is #210E8F. Grayscale: #DDDDDD. Windows color (decimal): -2166416 or 7401950. OLE color: 7401950.
HSL color Cylindrical-coordinate representation of color #DEF170: hue angle of 68.84º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DEF170 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 241 | 112 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.05 |
| HSL | 68.84º | 0.82% | 0.69% | - |
| HSV(B) | 68.84º | 0.54% | 0.95% | - |
| XYZ | 64.5 | 79.61 | 27.3 | - |
| YUV | 220.61 | 66.71 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 241 | 112 | 0.08 | 0 | 0.54 | 0.05 | 68.84 | 0.82 | 0.69 |
| Hex | DE | F1 | 70 | 8 | 0 | 36 | 5 | 45 | 52 | 45 |
| Octal | 336 | 361 | 160 | 10 | 0 | 66 | 5 | 105 | 122 | 105 |
| Binary | 11011110 | 11110001 | 1110000 | 1000 | 0 | 110110 | 101 | 1000101 | 1010010 | 1000101 |
Color Harmonies of #DEF170
Complementary color
Monochromatic Colors of #DEF170
Black with #DEF170
Text Example
Text Example
White with #DEF170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF170; }
p { color: rgb(222,241,112); }
H1.HeaderClassName
{
color: #DEF170;
}
.AnyTagClassName
{
color: #DEF170;
}
</style>
background-color css
<style>
a { background-color: #DEF170; }
a { background-color: rgb(222,241,112); }
div.DivClassName
{
background-color: #DEF170;
}
.BgClassName
{
background-color: #DEF170;
}
</style>
border-color css
<style>
span { border-color: #DEF170; }
span { border-color: rgb(222,241,112); }
td.TdClassName
{
border-color: #DEF170;
}
.TagClassName
{
border-color: #DEF170;
}
</style>