Shades of Mindaro #DCEF84
Tints of Mindaro #DCEF84
RGB
CMYK
RGB Variations
Color information
#DCEF84 (or 0xDCEF84) is known color: Mindaro. HEX triplet: DC, EF and 84. RGB value is (220,239,132). Sum of RGB (Red+Green+Blue) = 220+239+132=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 132 (51.95% from 255 or 22.34% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEF84 is #23107B. Grayscale: #DDDDDD. Windows color (decimal): -2297980 or 8712156. OLE color: 8712156.
HSL color Cylindrical-coordinate representation of color #DCEF84: hue angle of 70.65º degrees, saturation: 0.77, 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 #DCEF84 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 132 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.06 |
| HSL | 70.65º | 0.77% | 0.73% | - |
| HSV(B) | 70.65º | 0.45% | 0.94% | - |
| XYZ | 64.55 | 78.61 | 33.6 | - |
| YUV | 221.12 | 77.71 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 132 | 0.08 | 0 | 0.45 | 0.06 | 70.65 | 0.77 | 0.73 |
| Hex | DC | EF | 84 | 8 | 0 | 2D | 6 | 47 | 4D | 49 |
| Octal | 334 | 357 | 204 | 10 | 0 | 55 | 6 | 107 | 115 | 111 |
| Binary | 11011100 | 11101111 | 10000100 | 1000 | 0 | 101101 | 110 | 1000111 | 1001101 | 1001001 |
Color Harmonies of #DCEF84
Complementary color
Monochromatic Colors of #DCEF84
Black with #DCEF84
Text Example
Text Example
White with #DCEF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF84; }
p { color: rgb(220,239,132); }
H1.HeaderClassName
{
color: #DCEF84;
}
.AnyTagClassName
{
color: #DCEF84;
}
</style>
background-color css
<style>
a { background-color: #DCEF84; }
a { background-color: rgb(220,239,132); }
div.DivClassName
{
background-color: #DCEF84;
}
.BgClassName
{
background-color: #DCEF84;
}
</style>
border-color css
<style>
span { border-color: #DCEF84; }
span { border-color: rgb(220,239,132); }
td.TdClassName
{
border-color: #DCEF84;
}
.TagClassName
{
border-color: #DCEF84;
}
</style>