Shades of Mindaro #DCEF85
Tints of Mindaro #DCEF85
RGB
CMYK
RGB Variations
Color information
#DCEF85 (or 0xDCEF85) is known color: Mindaro. HEX triplet: DC, EF and 85. RGB value is (220,239,133). Sum of RGB (Red+Green+Blue) = 220+239+133=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 133 (52.34% from 255 or 22.47% from 592); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEF85 is #23107A. Grayscale: #DDDDDD. Windows color (decimal): -2297979 or 8777692. OLE color: 8777692.
HSL color Cylindrical-coordinate representation of color #DCEF85: hue angle of 70.75º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCEF85 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 133 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.06 |
| HSL | 70.75º | 0.77% | 0.73% | - |
| HSV(B) | 70.75º | 0.44% | 0.94% | - |
| XYZ | 64.62 | 78.64 | 33.96 | - |
| YUV | 221.24 | 78.21 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 133 | 0.08 | 0 | 0.44 | 0.06 | 70.75 | 0.77 | 0.73 |
| Hex | DC | EF | 85 | 8 | 0 | 2C | 6 | 47 | 4D | 49 |
| Octal | 334 | 357 | 205 | 10 | 0 | 54 | 6 | 107 | 115 | 111 |
| Binary | 11011100 | 11101111 | 10000101 | 1000 | 0 | 101100 | 110 | 1000111 | 1001101 | 1001001 |
Color Harmonies of #DCEF85
Complementary color
Monochromatic Colors of #DCEF85
Black with #DCEF85
Text Example
Text Example
White with #DCEF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF85; }
p { color: rgb(220,239,133); }
H1.HeaderClassName
{
color: #DCEF85;
}
.AnyTagClassName
{
color: #DCEF85;
}
</style>
background-color css
<style>
a { background-color: #DCEF85; }
a { background-color: rgb(220,239,133); }
div.DivClassName
{
background-color: #DCEF85;
}
.BgClassName
{
background-color: #DCEF85;
}
</style>
border-color css
<style>
span { border-color: #DCEF85; }
span { border-color: rgb(220,239,133); }
td.TdClassName
{
border-color: #DCEF85;
}
.TagClassName
{
border-color: #DCEF85;
}
</style>