Shades of Mindaro #DEF168
Tints of Mindaro #DEF168
RGB
CMYK
RGB Variations
Color information
#DEF168 (or 0xDEF168) is known color: Mindaro. HEX triplet: DE, F1 and 68. RGB value is (222,241,104). Sum of RGB (Red+Green+Blue) = 222+241+104=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 241 (94.53% from 255 or 42.50% from 567); Blue value is 104 (41.02% from 255 or 18.34% from 567); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF168 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF168 is #210E97. Grayscale: #DCDCDC. Windows color (decimal): -2166424 or 6877662. OLE color: 6877662.
HSL color Cylindrical-coordinate representation of color #DEF168: hue angle of 68.32º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DEF168 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 241 | 104 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.05 |
| HSL | 68.32º | 0.83% | 0.68% | - |
| HSV(B) | 68.32º | 0.57% | 0.95% | - |
| XYZ | 64.08 | 79.44 | 25.05 | - |
| YUV | 219.7 | 62.71 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 241 | 104 | 0.08 | 0 | 0.57 | 0.05 | 68.32 | 0.83 | 0.68 |
| Hex | DE | F1 | 68 | 8 | 0 | 39 | 5 | 44 | 53 | 44 |
| Octal | 336 | 361 | 150 | 10 | 0 | 71 | 5 | 104 | 123 | 104 |
| Binary | 11011110 | 11110001 | 1101000 | 1000 | 0 | 111001 | 101 | 1000100 | 1010011 | 1000100 |
Color Harmonies of #DEF168
Complementary color
Monochromatic Colors of #DEF168
Black with #DEF168
Text Example
Text Example
White with #DEF168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF168; }
p { color: rgb(222,241,104); }
H1.HeaderClassName
{
color: #DEF168;
}
.AnyTagClassName
{
color: #DEF168;
}
</style>
background-color css
<style>
a { background-color: #DEF168; }
a { background-color: rgb(222,241,104); }
div.DivClassName
{
background-color: #DEF168;
}
.BgClassName
{
background-color: #DEF168;
}
</style>
border-color css
<style>
span { border-color: #DEF168; }
span { border-color: rgb(222,241,104); }
td.TdClassName
{
border-color: #DEF168;
}
.TagClassName
{
border-color: #DEF168;
}
</style>