Shades of Mindaro #DEF376
Tints of Mindaro #DEF376
RGB
CMYK
RGB Variations
Color information
#DEF376 (or 0xDEF376) is known color: Mindaro. HEX triplet: DE, F3 and 76. RGB value is (222,243,118). Sum of RGB (Red+Green+Blue) = 222+243+118=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 243 (95.31% from 255 or 41.68% from 583); Blue value is 118 (46.48% from 255 or 20.24% from 583); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF376 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF376 is #210C89. Grayscale: #DEDEDE. Windows color (decimal): -2165898 or 7795678. OLE color: 7795678.
HSL color Cylindrical-coordinate representation of color #DEF376: hue angle of 70.08º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DEF376 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 118 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.05 |
| HSL | 70.08º | 0.84% | 0.71% | - |
| HSV(B) | 70.08º | 0.51% | 0.95% | - |
| XYZ | 65.44 | 80.94 | 29.31 | - |
| YUV | 222.47 | 69.04 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 118 | 0.09 | 0 | 0.51 | 0.05 | 70.08 | 0.84 | 0.71 |
| Hex | DE | F3 | 76 | 9 | 0 | 33 | 5 | 46 | 54 | 47 |
| Octal | 336 | 363 | 166 | 11 | 0 | 63 | 5 | 106 | 124 | 107 |
| Binary | 11011110 | 11110011 | 1110110 | 1001 | 0 | 110011 | 101 | 1000110 | 1010100 | 1000111 |
Color Harmonies of #DEF376
Complementary color
Monochromatic Colors of #DEF376
Black with #DEF376
Text Example
Text Example
White with #DEF376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF376; }
p { color: rgb(222,243,118); }
H1.HeaderClassName
{
color: #DEF376;
}
.AnyTagClassName
{
color: #DEF376;
}
</style>
background-color css
<style>
a { background-color: #DEF376; }
a { background-color: rgb(222,243,118); }
div.DivClassName
{
background-color: #DEF376;
}
.BgClassName
{
background-color: #DEF376;
}
</style>
border-color css
<style>
span { border-color: #DEF376; }
span { border-color: rgb(222,243,118); }
td.TdClassName
{
border-color: #DEF376;
}
.TagClassName
{
border-color: #DEF376;
}
</style>