Shades of Mindaro #DCE474
Tints of Mindaro #DCE474
RGB
CMYK
RGB Variations
Color information
#DCE474 (or 0xDCE474) is known color: Mindaro. HEX triplet: DC, E4 and 74. RGB value is (220,228,116). Sum of RGB (Red+Green+Blue) = 220+228+116=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 228 (89.45% from 255 or 40.43% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE474 is #231B8B. Grayscale: #D5D5D5. Windows color (decimal): -2300812 or 7660764. OLE color: 7660764.
HSL color Cylindrical-coordinate representation of color #DCE474: hue angle of 64.29º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCE474 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 116 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.11 |
| HSL | 64.29º | 0.67% | 0.67% | - |
| HSV(B) | 64.29º | 0.49% | 0.89% | - |
| XYZ | 60.41 | 71.96 | 27.23 | - |
| YUV | 212.84 | 73.35 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 116 | 0.04 | 0 | 0.49 | 0.11 | 64.29 | 0.67 | 0.67 |
| Hex | DC | E4 | 74 | 4 | 0 | 31 | B | 40 | 43 | 43 |
| Octal | 334 | 344 | 164 | 4 | 0 | 61 | 13 | 100 | 103 | 103 |
| Binary | 11011100 | 11100100 | 1110100 | 100 | 0 | 110001 | 1011 | 1000000 | 1000011 | 1000011 |
Color Harmonies of #DCE474
Complementary color
Monochromatic Colors of #DCE474
Black with #DCE474
Text Example
Text Example
White with #DCE474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE474; }
p { color: rgb(220,228,116); }
H1.HeaderClassName
{
color: #DCE474;
}
.AnyTagClassName
{
color: #DCE474;
}
</style>
background-color css
<style>
a { background-color: #DCE474; }
a { background-color: rgb(220,228,116); }
div.DivClassName
{
background-color: #DCE474;
}
.BgClassName
{
background-color: #DCE474;
}
</style>
border-color css
<style>
span { border-color: #DCE474; }
span { border-color: rgb(220,228,116); }
td.TdClassName
{
border-color: #DCE474;
}
.TagClassName
{
border-color: #DCE474;
}
</style>