Shades of Mindaro #DEF280
Tints of Mindaro #DEF280
RGB
CMYK
RGB Variations
Color information
#DEF280 (or 0xDEF280) is known color: Mindaro. HEX triplet: DE, F2 and 80. RGB value is (222,242,128). Sum of RGB (Red+Green+Blue) = 222+242+128=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 128 (50.39% from 255 or 21.62% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF280 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF280 is #210D7F. Grayscale: #DFDFDF. Windows color (decimal): -2166144 or 8450782. OLE color: 8450782.
HSL color Cylindrical-coordinate representation of color #DEF280: hue angle of 70.53º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEF280 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 128 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.05 |
| HSL | 70.53º | 0.81% | 0.73% | - |
| HSV(B) | 70.53º | 0.47% | 0.95% | - |
| XYZ | 65.77 | 80.59 | 32.51 | - |
| YUV | 223.02 | 74.37 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 128 | 0.08 | 0 | 0.47 | 0.05 | 70.53 | 0.81 | 0.73 |
| Hex | DE | F2 | 80 | 8 | 0 | 2F | 5 | 47 | 51 | 49 |
| Octal | 336 | 362 | 200 | 10 | 0 | 57 | 5 | 107 | 121 | 111 |
| Binary | 11011110 | 11110010 | 10000000 | 1000 | 0 | 101111 | 101 | 1000111 | 1010001 | 1001001 |
Color Harmonies of #DEF280
Complementary color
Monochromatic Colors of #DEF280
Black with #DEF280
Text Example
Text Example
White with #DEF280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF280; }
p { color: rgb(222,242,128); }
H1.HeaderClassName
{
color: #DEF280;
}
.AnyTagClassName
{
color: #DEF280;
}
</style>
background-color css
<style>
a { background-color: #DEF280; }
a { background-color: rgb(222,242,128); }
div.DivClassName
{
background-color: #DEF280;
}
.BgClassName
{
background-color: #DEF280;
}
</style>
border-color css
<style>
span { border-color: #DEF280; }
span { border-color: rgb(222,242,128); }
td.TdClassName
{
border-color: #DEF280;
}
.TagClassName
{
border-color: #DEF280;
}
</style>