Shades of Mindaro #DCEA60
Tints of Mindaro #DCEA60
RGB
CMYK
RGB Variations
Color information
#DCEA60 (or 0xDCEA60) is known color: Mindaro. HEX triplet: DC, EA and 60. RGB value is (220,234,96). Sum of RGB (Red+Green+Blue) = 220+234+96=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 234 (91.80% from 255 or 42.55% from 550); Blue value is 96 (37.89% from 255 or 17.45% from 550); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEA60 is #23159F. Grayscale: #D6D6D6. Windows color (decimal): -2299296 or 6351580. OLE color: 6351580.
HSL color Cylindrical-coordinate representation of color #DCEA60: hue angle of 66.09º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCEA60 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 96 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.08 |
| HSL | 66.09º | 0.77% | 0.65% | - |
| HSV(B) | 66.09º | 0.59% | 0.92% | - |
| XYZ | 61.05 | 74.91 | 22.31 | - |
| YUV | 214.08 | 61.36 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 96 | 0.06 | 0 | 0.59 | 0.08 | 66.09 | 0.77 | 0.65 |
| Hex | DC | EA | 60 | 6 | 0 | 3B | 8 | 42 | 4D | 41 |
| Octal | 334 | 352 | 140 | 6 | 0 | 73 | 10 | 102 | 115 | 101 |
| Binary | 11011100 | 11101010 | 1100000 | 110 | 0 | 111011 | 1000 | 1000010 | 1001101 | 1000001 |
Color Harmonies of #DCEA60
Complementary color
Monochromatic Colors of #DCEA60
Black with #DCEA60
Text Example
Text Example
White with #DCEA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA60; }
p { color: rgb(220,234,96); }
H1.HeaderClassName
{
color: #DCEA60;
}
.AnyTagClassName
{
color: #DCEA60;
}
</style>
background-color css
<style>
a { background-color: #DCEA60; }
a { background-color: rgb(220,234,96); }
div.DivClassName
{
background-color: #DCEA60;
}
.BgClassName
{
background-color: #DCEA60;
}
</style>
border-color css
<style>
span { border-color: #DCEA60; }
span { border-color: rgb(220,234,96); }
td.TdClassName
{
border-color: #DCEA60;
}
.TagClassName
{
border-color: #DCEA60;
}
</style>