Shades of Mindaro #DCE77A
Tints of Mindaro #DCE77A
RGB
CMYK
RGB Variations
Color information
#DCE77A (or 0xDCE77A) is known color: Mindaro. HEX triplet: DC, E7 and 7A. RGB value is (220,231,122). Sum of RGB (Red+Green+Blue) = 220+231+122=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 231 (90.62% from 255 or 40.31% from 573); Blue value is 122 (48.05% from 255 or 21.29% from 573); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE77A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE77A is #231885. Grayscale: #D7D7D7. Windows color (decimal): -2300038 or 8054748. OLE color: 8054748.
HSL color Cylindrical-coordinate representation of color #DCE77A: hue angle of 66.06º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCE77A is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 122 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.09 |
| HSL | 66.06º | 0.69% | 0.69% | - |
| HSV(B) | 66.06º | 0.47% | 0.91% | - |
| XYZ | 61.6 | 73.77 | 29.41 | - |
| YUV | 215.29 | 75.36 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 122 | 0.05 | 0 | 0.47 | 0.09 | 66.06 | 0.69 | 0.69 |
| Hex | DC | E7 | 7A | 5 | 0 | 2F | 9 | 42 | 45 | 45 |
| Octal | 334 | 347 | 172 | 5 | 0 | 57 | 11 | 102 | 105 | 105 |
| Binary | 11011100 | 11100111 | 1111010 | 101 | 0 | 101111 | 1001 | 1000010 | 1000101 | 1000101 |
Color Harmonies of #DCE77A
Complementary color
Monochromatic Colors of #DCE77A
Black with #DCE77A
Text Example
Text Example
White with #DCE77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE77A; }
p { color: rgb(220,231,122); }
H1.HeaderClassName
{
color: #DCE77A;
}
.AnyTagClassName
{
color: #DCE77A;
}
</style>
background-color css
<style>
a { background-color: #DCE77A; }
a { background-color: rgb(220,231,122); }
div.DivClassName
{
background-color: #DCE77A;
}
.BgClassName
{
background-color: #DCE77A;
}
</style>
border-color css
<style>
span { border-color: #DCE77A; }
span { border-color: rgb(220,231,122); }
td.TdClassName
{
border-color: #DCE77A;
}
.TagClassName
{
border-color: #DCE77A;
}
</style>