Shades of Mindaro #DCEA7B
Tints of Mindaro #DCEA7B
RGB
CMYK
RGB Variations
Color information
#DCEA7B (or 0xDCEA7B) is known color: Mindaro. HEX triplet: DC, EA and 7B. RGB value is (220,234,123). Sum of RGB (Red+Green+Blue) = 220+234+123=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 123 (48.44% from 255 or 21.32% from 577); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEA7B is #231584. Grayscale: #D9D9D9. Windows color (decimal): -2299269 or 8121052. OLE color: 8121052.
HSL color Cylindrical-coordinate representation of color #DCEA7B: hue angle of 67.57º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCEA7B is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 123 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.08 |
| HSL | 67.57º | 0.73% | 0.7% | - |
| HSV(B) | 67.57º | 0.47% | 0.92% | - |
| XYZ | 62.51 | 75.49 | 30.02 | - |
| YUV | 217.16 | 74.86 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 123 | 0.06 | 0 | 0.47 | 0.08 | 67.57 | 0.73 | 0.7 |
| Hex | DC | EA | 7B | 6 | 0 | 2F | 8 | 44 | 49 | 46 |
| Octal | 334 | 352 | 173 | 6 | 0 | 57 | 10 | 104 | 111 | 106 |
| Binary | 11011100 | 11101010 | 1111011 | 110 | 0 | 101111 | 1000 | 1000100 | 1001001 | 1000110 |
Color Harmonies of #DCEA7B
Complementary color
Monochromatic Colors of #DCEA7B
Black with #DCEA7B
Text Example
Text Example
White with #DCEA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA7B; }
p { color: rgb(220,234,123); }
H1.HeaderClassName
{
color: #DCEA7B;
}
.AnyTagClassName
{
color: #DCEA7B;
}
</style>
background-color css
<style>
a { background-color: #DCEA7B; }
a { background-color: rgb(220,234,123); }
div.DivClassName
{
background-color: #DCEA7B;
}
.BgClassName
{
background-color: #DCEA7B;
}
</style>
border-color css
<style>
span { border-color: #DCEA7B; }
span { border-color: rgb(220,234,123); }
td.TdClassName
{
border-color: #DCEA7B;
}
.TagClassName
{
border-color: #DCEA7B;
}
</style>