Shades of Mindaro #DEF163
Tints of Mindaro #DEF163
RGB
CMYK
RGB Variations
Color information
#DEF163 (or 0xDEF163) is known color: Mindaro. HEX triplet: DE, F1 and 63. RGB value is (222,241,99). Sum of RGB (Red+Green+Blue) = 222+241+99=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 99 (39.06% from 255 or 17.62% from 562); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF163 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF163 is #210E9C. Grayscale: #DBDBDB. Windows color (decimal): -2166429 or 6549982. OLE color: 6549982.
HSL color Cylindrical-coordinate representation of color #DEF163: hue angle of 68.03º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEF163 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 241 | 99 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.05 |
| HSL | 68.03º | 0.84% | 0.67% | - |
| HSV(B) | 68.03º | 0.59% | 0.95% | - |
| XYZ | 63.83 | 79.34 | 23.75 | - |
| YUV | 219.13 | 60.21 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 241 | 99 | 0.08 | 0 | 0.59 | 0.05 | 68.03 | 0.84 | 0.67 |
| Hex | DE | F1 | 63 | 8 | 0 | 3B | 5 | 44 | 54 | 43 |
| Octal | 336 | 361 | 143 | 10 | 0 | 73 | 5 | 104 | 124 | 103 |
| Binary | 11011110 | 11110001 | 1100011 | 1000 | 0 | 111011 | 101 | 1000100 | 1010100 | 1000011 |
Color Harmonies of #DEF163
Complementary color
Monochromatic Colors of #DEF163
Black with #DEF163
Text Example
Text Example
White with #DEF163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF163; }
p { color: rgb(222,241,99); }
H1.HeaderClassName
{
color: #DEF163;
}
.AnyTagClassName
{
color: #DEF163;
}
</style>
background-color css
<style>
a { background-color: #DEF163; }
a { background-color: rgb(222,241,99); }
div.DivClassName
{
background-color: #DEF163;
}
.BgClassName
{
background-color: #DEF163;
}
</style>
border-color css
<style>
span { border-color: #DEF163; }
span { border-color: rgb(222,241,99); }
td.TdClassName
{
border-color: #DEF163;
}
.TagClassName
{
border-color: #DEF163;
}
</style>