#DCE74A

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

Shades of Manz #DCE74A

Tints of Manz #DCE74A

Color information

#DCE74A (or 0xDCE74A) is unknown color: approx Manz. HEX triplet: DC, E7 and 4A. RGB value is (220,231,74). Sum of RGB (Red+Green+Blue) = 220+231+74=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 231 (90.62% from 255 or 44% from 525); Blue value is 74 (29.30% from 255 or 14.10% from 525); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE74A is #2318B5. Grayscale: #D2D2D2. Windows color (decimal): -2300086 or 4909020. OLE color: 4909020.

HSL color Cylindrical-coordinate representation of color #DCE74A: hue angle of 64.2º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCE74A is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB22023174-
CMYK0.0500.680.09
HSL64.2º76.59%59.8%-
HSV(B)64.2º67.97%90.59%-
XYZ59.3372.8617.42-
YUV209.8151.36135.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.90%
GREEN value IS 231 (90.62% from 255) = 44%
BLUE value IS 74 (29.30% from 255) = 14.10%
R=41.90%
G=44%
B=14.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal220231740.0500.680.0964.276.5959.8
HexDCE74A50449404d3c
Octal334347112501041110011574
Binary1101110011100111100101010101000100100110000001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE74A; }

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

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

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

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

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

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

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

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