Shades of Mindaro #DEF185
Tints of Mindaro #DEF185
RGB
CMYK
RGB Variations
Color information
#DEF185 (or 0xDEF185) is known color: Mindaro. HEX triplet: DE, F1 and 85. RGB value is (222,241,133). Sum of RGB (Red+Green+Blue) = 222+241+133=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 133 (52.34% from 255 or 22.32% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF185 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF185 is #210E7A. Grayscale: #DFDFDF. Windows color (decimal): -2166395 or 8778206. OLE color: 8778206.
HSL color Cylindrical-coordinate representation of color #DEF185: hue angle of 70.56º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEF185 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 241 | 133 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.05 |
| HSL | 70.56º | 0.79% | 0.73% | - |
| HSV(B) | 70.56º | 0.45% | 0.95% | - |
| XYZ | 65.81 | 80.13 | 34.19 | - |
| YUV | 223.01 | 77.21 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 241 | 133 | 0.08 | 0 | 0.45 | 0.05 | 70.56 | 0.79 | 0.73 |
| Hex | DE | F1 | 85 | 8 | 0 | 2D | 5 | 47 | 4F | 49 |
| Octal | 336 | 361 | 205 | 10 | 0 | 55 | 5 | 107 | 117 | 111 |
| Binary | 11011110 | 11110001 | 10000101 | 1000 | 0 | 101101 | 101 | 1000111 | 1001111 | 1001001 |
Color Harmonies of #DEF185
Complementary color
Monochromatic Colors of #DEF185
Black with #DEF185
Text Example
Text Example
White with #DEF185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF185; }
p { color: rgb(222,241,133); }
H1.HeaderClassName
{
color: #DEF185;
}
.AnyTagClassName
{
color: #DEF185;
}
</style>
background-color css
<style>
a { background-color: #DEF185; }
a { background-color: rgb(222,241,133); }
div.DivClassName
{
background-color: #DEF185;
}
.BgClassName
{
background-color: #DEF185;
}
</style>
border-color css
<style>
span { border-color: #DEF185; }
span { border-color: rgb(222,241,133); }
td.TdClassName
{
border-color: #DEF185;
}
.TagClassName
{
border-color: #DEF185;
}
</style>