Shades of Mindaro #DCEA83
Tints of Mindaro #DCEA83
RGB
CMYK
RGB Variations
Color information
#DCEA83 (or 0xDCEA83) is known color: Mindaro. HEX triplet: DC, EA and 83. RGB value is (220,234,131). Sum of RGB (Red+Green+Blue) = 220+234+131=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 131 (51.56% from 255 or 22.39% from 585); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEA83 is #23157C. Grayscale: #DADADA. Windows color (decimal): -2299261 or 8645340. OLE color: 8645340.
HSL color Cylindrical-coordinate representation of color #DCEA83: hue angle of 68.16º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCEA83 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 131 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.08 |
| HSL | 68.16º | 0.71% | 0.72% | - |
| HSV(B) | 68.16º | 0.44% | 0.92% | - |
| XYZ | 63.03 | 75.7 | 32.76 | - |
| YUV | 218.07 | 78.86 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 131 | 0.06 | 0 | 0.44 | 0.08 | 68.16 | 0.71 | 0.72 |
| Hex | DC | EA | 83 | 6 | 0 | 2C | 8 | 44 | 47 | 48 |
| Octal | 334 | 352 | 203 | 6 | 0 | 54 | 10 | 104 | 107 | 110 |
| Binary | 11011100 | 11101010 | 10000011 | 110 | 0 | 101100 | 1000 | 1000100 | 1000111 | 1001000 |
Color Harmonies of #DCEA83
Complementary color
Monochromatic Colors of #DCEA83
Black with #DCEA83
Text Example
Text Example
White with #DCEA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA83; }
p { color: rgb(220,234,131); }
H1.HeaderClassName
{
color: #DCEA83;
}
.AnyTagClassName
{
color: #DCEA83;
}
</style>
background-color css
<style>
a { background-color: #DCEA83; }
a { background-color: rgb(220,234,131); }
div.DivClassName
{
background-color: #DCEA83;
}
.BgClassName
{
background-color: #DCEA83;
}
</style>
border-color css
<style>
span { border-color: #DCEA83; }
span { border-color: rgb(220,234,131); }
td.TdClassName
{
border-color: #DCEA83;
}
.TagClassName
{
border-color: #DCEA83;
}
</style>