Shades of Mindaro #DCED5E
Tints of Mindaro #DCED5E
RGB
CMYK
RGB Variations
Color information
#DCED5E (or 0xDCED5E) is known color: Mindaro. HEX triplet: DC, ED and 5E. RGB value is (220,237,94). Sum of RGB (Red+Green+Blue) = 220+237+94=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 94 (37.11% from 255 or 17.06% from 551); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED5E is #2312A1. Grayscale: #D8D8D8. Windows color (decimal): -2298530 or 6221276. OLE color: 6221276.
HSL color Cylindrical-coordinate representation of color #DCED5E: hue angle of 67.13º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCED5E is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 94 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.07 |
| HSL | 67.13º | 0.8% | 0.65% | - |
| HSV(B) | 67.13º | 0.6% | 0.93% | - |
| XYZ | 61.82 | 76.59 | 22.12 | - |
| YUV | 215.62 | 59.37 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 94 | 0.07 | 0 | 0.60 | 0.07 | 67.13 | 0.8 | 0.65 |
| Hex | DC | ED | 5E | 7 | 0 | 3C | 7 | 43 | 50 | 41 |
| Octal | 334 | 355 | 136 | 7 | 0 | 74 | 7 | 103 | 120 | 101 |
| Binary | 11011100 | 11101101 | 1011110 | 111 | 0 | 111100 | 111 | 1000011 | 1010000 | 1000001 |
Color Harmonies of #DCED5E
Complementary color
Monochromatic Colors of #DCED5E
Black with #DCED5E
Text Example
Text Example
White with #DCED5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED5E; }
p { color: rgb(220,237,94); }
H1.HeaderClassName
{
color: #DCED5E;
}
.AnyTagClassName
{
color: #DCED5E;
}
</style>
background-color css
<style>
a { background-color: #DCED5E; }
a { background-color: rgb(220,237,94); }
div.DivClassName
{
background-color: #DCED5E;
}
.BgClassName
{
background-color: #DCED5E;
}
</style>
border-color css
<style>
span { border-color: #DCED5E; }
span { border-color: rgb(220,237,94); }
td.TdClassName
{
border-color: #DCED5E;
}
.TagClassName
{
border-color: #DCED5E;
}
</style>