#DCE44D

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

Shades of Manz #DCE44D

Tints of Manz #DCE44D

Color information

#DCE44D (or 0xDCE44D) is unknown color: approx Manz. HEX triplet: DC, E4 and 4D. RGB value is (220,228,77). Sum of RGB (Red+Green+Blue) = 220+228+77=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 77 (30.47% from 255 or 14.67% from 525); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE44D is #231BB2. Grayscale: #D0D0D0. Windows color (decimal): -2300851 or 5104860. OLE color: 5104860.

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

Color convert

RGB22022877-
CMYK0.0400.660.11
HSL63.18º73.66%59.8%-
HSV(B)63.18º66.23%89.41%-
XYZ58.671.2417.68-
YUV208.3953.85136.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.90%
GREEN value IS 228 (89.45% from 255) = 43.43%
BLUE value IS 77 (30.47% from 255) = 14.67%
R=41.90%
G=43.43%
B=14.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal220228770.0400.660.1163.1873.6659.8
HexDCE44D4042B3f4a3c
Octal33434411540102137711274
Binary110111001110010010011011000100001010111111111001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE44D; }

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

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

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

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

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

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

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

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