#DCE45B

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

Shades of Manz #DCE45B

Tints of Manz #DCE45B

Color information

#DCE45B (or 0xDCE45B) is unknown color: approx Manz. HEX triplet: DC, E4 and 5B. RGB value is (220,228,91). Sum of RGB (Red+Green+Blue) = 220+228+91=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 91 (35.94% from 255 or 16.88% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE45B is #231BA4. Grayscale: #D2D2D2. Windows color (decimal): -2300837 or 6022364. OLE color: 6022364.

HSL color Cylindrical-coordinate representation of color #DCE45B: hue angle of 63.5º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCE45B is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB22022891-
CMYK0.0400.600.11
HSL63.5º71.73%62.55%-
HSV(B)63.5º60.09%89.41%-
XYZ59.1571.4620.57-
YUV209.9960.85135.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.82%
GREEN value IS 228 (89.45% from 255) = 42.30%
BLUE value IS 91 (35.94% from 255) = 16.88%
R=40.82%
G=42.30%
B=16.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal220228910.0400.600.1163.571.7362.55
HexDCE45B403CB40483f
Octal33434413340741310011077
Binary110111001110010010110111000111100101110000001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE45B; }

 p { color: rgb(220,228,91); }

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

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

 a { background-color: rgb(220,228,91); }

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

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

 span { border-color: rgb(220,228,91); }

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