Shades of Manz #DCEA4D
Tints of Manz #DCEA4D
RGB
CMYK
RGB Variations
Color information
#DCEA4D (or 0xDCEA4D) is known color: Manz. HEX triplet: DC, EA and 4D. RGB value is (220,234,77). Sum of RGB (Red+Green+Blue) = 220+234+77=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 77 (30.47% from 255 or 14.50% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEA4D is #2315B2. Grayscale: #D4D4D4. Windows color (decimal): -2299315 or 5106396. OLE color: 5106396.
HSL color Cylindrical-coordinate representation of color #DCEA4D: hue angle of 65.35º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCEA4D is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 77 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.08 |
| HSL | 65.35º | 0.79% | 0.61% | - |
| HSV(B) | 65.35º | 0.67% | 0.92% | - |
| XYZ | 60.28 | 74.6 | 18.24 | - |
| YUV | 211.92 | 51.86 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 77 | 0.06 | 0 | 0.67 | 0.08 | 65.35 | 0.79 | 0.61 |
| Hex | DC | EA | 4D | 6 | 0 | 43 | 8 | 41 | 4F | 3D |
| Octal | 334 | 352 | 115 | 6 | 0 | 103 | 10 | 101 | 117 | 75 |
| Binary | 11011100 | 11101010 | 1001101 | 110 | 0 | 1000011 | 1000 | 1000001 | 1001111 | 111101 |
Color Harmonies of #DCEA4D
Complementary color
Monochromatic Colors of #DCEA4D
Black with #DCEA4D
Text Example
Text Example
White with #DCEA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA4D; }
p { color: rgb(220,234,77); }
H1.HeaderClassName
{
color: #DCEA4D;
}
.AnyTagClassName
{
color: #DCEA4D;
}
</style>
background-color css
<style>
a { background-color: #DCEA4D; }
a { background-color: rgb(220,234,77); }
div.DivClassName
{
background-color: #DCEA4D;
}
.BgClassName
{
background-color: #DCEA4D;
}
</style>
border-color css
<style>
span { border-color: #DCEA4D; }
span { border-color: rgb(220,234,77); }
td.TdClassName
{
border-color: #DCEA4D;
}
.TagClassName
{
border-color: #DCEA4D;
}
</style>