Shades of Manz #DCEA51
Tints of Manz #DCEA51
RGB
CMYK
RGB Variations
Color information
#DCEA51 (or 0xDCEA51) is known color: Manz. HEX triplet: DC, EA and 51. RGB value is (220,234,81). Sum of RGB (Red+Green+Blue) = 220+234+81=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 81 (32.03% from 255 or 15.14% from 535); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEA51 is #2315AE. Grayscale: #D4D4D4. Windows color (decimal): -2299311 or 5368540. OLE color: 5368540.
HSL color Cylindrical-coordinate representation of color #DCEA51: hue angle of 65.49º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCEA51 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 81 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.08 |
| HSL | 65.49º | 0.78% | 0.62% | - |
| HSV(B) | 65.49º | 0.65% | 0.92% | - |
| XYZ | 60.42 | 74.66 | 19.01 | - |
| YUV | 212.37 | 53.86 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 81 | 0.06 | 0 | 0.65 | 0.08 | 65.49 | 0.78 | 0.62 |
| Hex | DC | EA | 51 | 6 | 0 | 41 | 8 | 41 | 4E | 3E |
| Octal | 334 | 352 | 121 | 6 | 0 | 101 | 10 | 101 | 116 | 76 |
| Binary | 11011100 | 11101010 | 1010001 | 110 | 0 | 1000001 | 1000 | 1000001 | 1001110 | 111110 |
Color Harmonies of #DCEA51
Complementary color
Monochromatic Colors of #DCEA51
Black with #DCEA51
Text Example
Text Example
White with #DCEA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA51; }
p { color: rgb(220,234,81); }
H1.HeaderClassName
{
color: #DCEA51;
}
.AnyTagClassName
{
color: #DCEA51;
}
</style>
background-color css
<style>
a { background-color: #DCEA51; }
a { background-color: rgb(220,234,81); }
div.DivClassName
{
background-color: #DCEA51;
}
.BgClassName
{
background-color: #DCEA51;
}
</style>
border-color css
<style>
span { border-color: #DCEA51; }
span { border-color: rgb(220,234,81); }
td.TdClassName
{
border-color: #DCEA51;
}
.TagClassName
{
border-color: #DCEA51;
}
</style>