Shades of Mindaro #DEF172
Tints of Mindaro #DEF172
RGB
CMYK
RGB Variations
Color information
#DEF172 (or 0xDEF172) is known color: Mindaro. HEX triplet: DE, F1 and 72. RGB value is (222,241,114). Sum of RGB (Red+Green+Blue) = 222+241+114=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 114 (44.92% from 255 or 19.76% from 577); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF172 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF172 is #210E8D. Grayscale: #DDDDDD. Windows color (decimal): -2166414 or 7533022. OLE color: 7533022.
HSL color Cylindrical-coordinate representation of color #DEF172: hue angle of 68.98º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DEF172 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 241 | 114 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.05 |
| HSL | 68.98º | 0.82% | 0.7% | - |
| HSV(B) | 68.98º | 0.53% | 0.95% | - |
| XYZ | 64.62 | 79.66 | 27.89 | - |
| YUV | 220.84 | 67.71 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 241 | 114 | 0.08 | 0 | 0.53 | 0.05 | 68.98 | 0.82 | 0.7 |
| Hex | DE | F1 | 72 | 8 | 0 | 35 | 5 | 45 | 52 | 46 |
| Octal | 336 | 361 | 162 | 10 | 0 | 65 | 5 | 105 | 122 | 106 |
| Binary | 11011110 | 11110001 | 1110010 | 1000 | 0 | 110101 | 101 | 1000101 | 1010010 | 1000110 |
Color Harmonies of #DEF172
Complementary color
Monochromatic Colors of #DEF172
Black with #DEF172
Text Example
Text Example
White with #DEF172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF172; }
p { color: rgb(222,241,114); }
H1.HeaderClassName
{
color: #DEF172;
}
.AnyTagClassName
{
color: #DEF172;
}
</style>
background-color css
<style>
a { background-color: #DEF172; }
a { background-color: rgb(222,241,114); }
div.DivClassName
{
background-color: #DEF172;
}
.BgClassName
{
background-color: #DEF172;
}
</style>
border-color css
<style>
span { border-color: #DEF172; }
span { border-color: rgb(222,241,114); }
td.TdClassName
{
border-color: #DEF172;
}
.TagClassName
{
border-color: #DEF172;
}
</style>