Shades of Mindaro #DEF275
Tints of Mindaro #DEF275
RGB
CMYK
RGB Variations
Color information
#DEF275 (or 0xDEF275) is known color: Mindaro. HEX triplet: DE, F2 and 75. RGB value is (222,242,117). Sum of RGB (Red+Green+Blue) = 222+242+117=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 117 (46.09% from 255 or 20.14% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF275 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF275 is #210D8A. Grayscale: #DEDEDE. Windows color (decimal): -2166155 or 7729886. OLE color: 7729886.
HSL color Cylindrical-coordinate representation of color #DEF275: hue angle of 69.6º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEF275 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 117 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.05 |
| HSL | 69.6º | 0.83% | 0.7% | - |
| HSV(B) | 69.6º | 0.52% | 0.95% | - |
| XYZ | 65.09 | 80.32 | 28.9 | - |
| YUV | 221.77 | 68.87 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 117 | 0.08 | 0 | 0.52 | 0.05 | 69.6 | 0.83 | 0.7 |
| Hex | DE | F2 | 75 | 8 | 0 | 34 | 5 | 46 | 53 | 46 |
| Octal | 336 | 362 | 165 | 10 | 0 | 64 | 5 | 106 | 123 | 106 |
| Binary | 11011110 | 11110010 | 1110101 | 1000 | 0 | 110100 | 101 | 1000110 | 1010011 | 1000110 |
Color Harmonies of #DEF275
Complementary color
Monochromatic Colors of #DEF275
Black with #DEF275
Text Example
Text Example
White with #DEF275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF275; }
p { color: rgb(222,242,117); }
H1.HeaderClassName
{
color: #DEF275;
}
.AnyTagClassName
{
color: #DEF275;
}
</style>
background-color css
<style>
a { background-color: #DEF275; }
a { background-color: rgb(222,242,117); }
div.DivClassName
{
background-color: #DEF275;
}
.BgClassName
{
background-color: #DEF275;
}
</style>
border-color css
<style>
span { border-color: #DEF275; }
span { border-color: rgb(222,242,117); }
td.TdClassName
{
border-color: #DEF275;
}
.TagClassName
{
border-color: #DEF275;
}
</style>