#DCE54A

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

Shades of Manz #DCE54A

Tints of Manz #DCE54A

Color information

#DCE54A (or 0xDCE54A) is unknown color: approx Manz. HEX triplet: DC, E5 and 4A. RGB value is (220,229,74). Sum of RGB (Red+Green+Blue) = 220+229+74=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 229 (89.84% from 255 or 43.79% from 523); Blue value is 74 (29.30% from 255 or 14.15% from 523); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE54A is #231AB5. Grayscale: #D1D1D1. Windows color (decimal): -2300598 or 4908508. OLE color: 4908508.

HSL color Cylindrical-coordinate representation of color #DCE54A: hue angle of 63.48º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCE54A is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB22022974-
CMYK0.0400.680.10
HSL63.48º74.88%59.41%-
HSV(B)63.48º67.69%89.8%-
XYZ58.7771.7517.23-
YUV208.6452.02136.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.07%
GREEN value IS 229 (89.84% from 255) = 43.79%
BLUE value IS 74 (29.30% from 255) = 14.15%
R=42.07%
G=43.79%
B=14.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal220229740.0400.680.1063.4874.8859.41
HexDCE54A4044A3f4b3b
Octal33434511240104127711373
Binary110111001110010110010101000100010010101111111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE54A; }

 p { color: rgb(220,229,74); }

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

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

 a { background-color: rgb(220,229,74); }

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

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

 span { border-color: rgb(220,229,74); }

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