Shades of Mindaro #DEF085
Tints of Mindaro #DEF085
RGB
CMYK
RGB Variations
Color information
#DEF085 (or 0xDEF085) is known color: Mindaro. HEX triplet: DE, F0 and 85. RGB value is (222,240,133). Sum of RGB (Red+Green+Blue) = 222+240+133=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 240 (94.14% from 255 or 40.34% from 595); Blue value is 133 (52.34% from 255 or 22.35% from 595); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF085 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF085 is #210F7A. Grayscale: #DEDEDE. Windows color (decimal): -2166651 or 8777950. OLE color: 8777950.
HSL color Cylindrical-coordinate representation of color #DEF085: hue angle of 70.09º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEF085 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 133 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.06 |
| HSL | 70.09º | 0.78% | 0.73% | - |
| HSV(B) | 70.09º | 0.45% | 0.94% | - |
| XYZ | 65.52 | 79.54 | 34.09 | - |
| YUV | 222.42 | 77.54 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 133 | 0.08 | 0 | 0.45 | 0.06 | 70.09 | 0.78 | 0.73 |
| Hex | DE | F0 | 85 | 8 | 0 | 2D | 6 | 46 | 4E | 49 |
| Octal | 336 | 360 | 205 | 10 | 0 | 55 | 6 | 106 | 116 | 111 |
| Binary | 11011110 | 11110000 | 10000101 | 1000 | 0 | 101101 | 110 | 1000110 | 1001110 | 1001001 |
Color Harmonies of #DEF085
Complementary color
Monochromatic Colors of #DEF085
Black with #DEF085
Text Example
Text Example
White with #DEF085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF085; }
p { color: rgb(222,240,133); }
H1.HeaderClassName
{
color: #DEF085;
}
.AnyTagClassName
{
color: #DEF085;
}
</style>
background-color css
<style>
a { background-color: #DEF085; }
a { background-color: rgb(222,240,133); }
div.DivClassName
{
background-color: #DEF085;
}
.BgClassName
{
background-color: #DEF085;
}
</style>
border-color css
<style>
span { border-color: #DEF085; }
span { border-color: rgb(222,240,133); }
td.TdClassName
{
border-color: #DEF085;
}
.TagClassName
{
border-color: #DEF085;
}
</style>