#DCEC53

Color #DCEC53 Manz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manz #DCEC53

Tints of Manz #DCEC53

Color information

#DCEC53 (or 0xDCEC53) is unknown color: approx Manz. HEX triplet: DC, EC and 53. RGB value is (220,236,83). Sum of RGB (Red+Green+Blue) = 220+236+83=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 83 (32.81% from 255 or 15.40% from 539); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC53 is #2313AC. Grayscale: #D6D6D6. Windows color (decimal): -2298797 or 5500124. OLE color: 5500124.

HSL color Cylindrical-coordinate representation of color #DCEC53: hue angle of 66.27º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCEC53 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB22023683-
CMYK0.0700.650.07
HSL66.27º80.1%62.55%-
HSV(B)66.27º64.83%92.55%-
XYZ61.0775.8319.6-
YUV213.7754.2132.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 40.82%
GREEN value IS 236 (92.58% from 255) = 43.78%
BLUE value IS 83 (32.81% from 255) = 15.40%
R=40.82%
G=43.78%
B=15.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal220236830.0700.650.0766.2780.162.55
HexDCEC537041742503f
Octal33435412370101710212077
Binary110111001110110010100111110100000111110000101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEC53; }

 p { color: rgb(220,236,83); }

 H1.HeaderClassName
 {
   color: #DCEC53;
 }
 .AnyTagClassName
 {
   color: #DCEC53;
 }
</style>
background-color css

<style>
 a { background-color: #DCEC53; }

 a { background-color: rgb(220,236,83); }

 div.DivClassName
 {
   background-color: #DCEC53;
 }
 .BgClassName
 {
   background-color: #DCEC53;
 }
</style>
border-color css

<style>
 span { border-color: #DCEC53; }

 span { border-color: rgb(220,236,83); }

 td.TdClassName
 {
   border-color: #DCEC53;
 }
 .TagClassName
 {
   border-color: #DCEC53;
 }
</style>