Shades of Mindaro #DCEA7A
Tints of Mindaro #DCEA7A
RGB
CMYK
RGB Variations
Color information
#DCEA7A (or 0xDCEA7A) is known color: Mindaro. HEX triplet: DC, EA and 7A. RGB value is (220,234,122). Sum of RGB (Red+Green+Blue) = 220+234+122=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 122 (48.05% from 255 or 21.18% from 576); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEA7A is #231585. Grayscale: #D9D9D9. Windows color (decimal): -2299270 or 8055516. OLE color: 8055516.
HSL color Cylindrical-coordinate representation of color #DCEA7A: hue angle of 67.5º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCEA7A is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 122 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.08 |
| HSL | 67.5º | 0.73% | 0.7% | - |
| HSV(B) | 67.5º | 0.48% | 0.92% | - |
| XYZ | 62.45 | 75.47 | 29.69 | - |
| YUV | 217.05 | 74.36 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 122 | 0.06 | 0 | 0.48 | 0.08 | 67.5 | 0.73 | 0.7 |
| Hex | DC | EA | 7A | 6 | 0 | 30 | 8 | 44 | 49 | 46 |
| Octal | 334 | 352 | 172 | 6 | 0 | 60 | 10 | 104 | 111 | 106 |
| Binary | 11011100 | 11101010 | 1111010 | 110 | 0 | 110000 | 1000 | 1000100 | 1001001 | 1000110 |
Color Harmonies of #DCEA7A
Complementary color
Monochromatic Colors of #DCEA7A
Black with #DCEA7A
Text Example
Text Example
White with #DCEA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA7A; }
p { color: rgb(220,234,122); }
H1.HeaderClassName
{
color: #DCEA7A;
}
.AnyTagClassName
{
color: #DCEA7A;
}
</style>
background-color css
<style>
a { background-color: #DCEA7A; }
a { background-color: rgb(220,234,122); }
div.DivClassName
{
background-color: #DCEA7A;
}
.BgClassName
{
background-color: #DCEA7A;
}
</style>
border-color css
<style>
span { border-color: #DCEA7A; }
span { border-color: rgb(220,234,122); }
td.TdClassName
{
border-color: #DCEA7A;
}
.TagClassName
{
border-color: #DCEA7A;
}
</style>