Shades of Manz #DCE34C
Tints of Manz #DCE34C
RGB
CMYK
RGB Variations
Color information
#DCE34C (or 0xDCE34C) is known color: Manz. HEX triplet: DC, E3 and 4C. RGB value is (220,227,76). Sum of RGB (Red+Green+Blue) = 220+227+76=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 227 (89.06% from 255 or 43.40% from 523); Blue value is 76 (30.08% from 255 or 14.53% from 523); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE34C is #231CB3. Grayscale: #D0D0D0. Windows color (decimal): -2301108 or 5039068. OLE color: 5039068.
HSL color Cylindrical-coordinate representation of color #DCE34C: hue angle of 62.78º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCE34C is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 76 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.11 |
| HSL | 62.78º | 0.73% | 0.59% | - |
| HSV(B) | 62.78º | 0.67% | 0.89% | - |
| XYZ | 58.29 | 70.68 | 17.41 | - |
| YUV | 207.69 | 53.68 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 76 | 0.03 | 0 | 0.67 | 0.11 | 62.78 | 0.73 | 0.59 |
| Hex | DC | E3 | 4C | 3 | 0 | 43 | B | 3F | 49 | 3B |
| Octal | 334 | 343 | 114 | 3 | 0 | 103 | 13 | 77 | 111 | 73 |
| Binary | 11011100 | 11100011 | 1001100 | 11 | 0 | 1000011 | 1011 | 111111 | 1001001 | 111011 |
Color Harmonies of #DCE34C
Complementary color
Monochromatic Colors of #DCE34C
Black with #DCE34C
Text Example
Text Example
White with #DCE34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE34C; }
p { color: rgb(220,227,76); }
H1.HeaderClassName
{
color: #DCE34C;
}
.AnyTagClassName
{
color: #DCE34C;
}
</style>
background-color css
<style>
a { background-color: #DCE34C; }
a { background-color: rgb(220,227,76); }
div.DivClassName
{
background-color: #DCE34C;
}
.BgClassName
{
background-color: #DCE34C;
}
</style>
border-color css
<style>
span { border-color: #DCE34C; }
span { border-color: rgb(220,227,76); }
td.TdClassName
{
border-color: #DCE34C;
}
.TagClassName
{
border-color: #DCE34C;
}
</style>