Shades of Mindaro #DEF283
Tints of Mindaro #DEF283
RGB
CMYK
RGB Variations
Color information
#DEF283 (or 0xDEF283) is known color: Mindaro. HEX triplet: DE, F2 and 83. RGB value is (222,242,131). Sum of RGB (Red+Green+Blue) = 222+242+131=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 131 (51.56% from 255 or 22.02% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF283 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF283 is #210D7C. Grayscale: #DFDFDF. Windows color (decimal): -2166141 or 8647390. OLE color: 8647390.
HSL color Cylindrical-coordinate representation of color #DEF283: hue angle of 70.81º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DEF283 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 131 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.05 |
| HSL | 70.81º | 0.81% | 0.73% | - |
| HSV(B) | 70.81º | 0.46% | 0.95% | - |
| XYZ | 65.97 | 80.67 | 33.57 | - |
| YUV | 223.37 | 75.87 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 131 | 0.08 | 0 | 0.46 | 0.05 | 70.81 | 0.81 | 0.73 |
| Hex | DE | F2 | 83 | 8 | 0 | 2E | 5 | 47 | 51 | 49 |
| Octal | 336 | 362 | 203 | 10 | 0 | 56 | 5 | 107 | 121 | 111 |
| Binary | 11011110 | 11110010 | 10000011 | 1000 | 0 | 101110 | 101 | 1000111 | 1010001 | 1001001 |
Color Harmonies of #DEF283
Complementary color
Monochromatic Colors of #DEF283
Black with #DEF283
Text Example
Text Example
White with #DEF283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF283; }
p { color: rgb(222,242,131); }
H1.HeaderClassName
{
color: #DEF283;
}
.AnyTagClassName
{
color: #DEF283;
}
</style>
background-color css
<style>
a { background-color: #DEF283; }
a { background-color: rgb(222,242,131); }
div.DivClassName
{
background-color: #DEF283;
}
.BgClassName
{
background-color: #DEF283;
}
</style>
border-color css
<style>
span { border-color: #DEF283; }
span { border-color: rgb(222,242,131); }
td.TdClassName
{
border-color: #DEF283;
}
.TagClassName
{
border-color: #DEF283;
}
</style>