#DCE94C

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

Shades of Manz #DCE94C

Tints of Manz #DCE94C

Color information

#DCE94C (or 0xDCE94C) is unknown color: approx Manz. HEX triplet: DC, E9 and 4C. RGB value is (220,233,76). Sum of RGB (Red+Green+Blue) = 220+233+76=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 76 (30.08% from 255 or 14.37% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE94C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCE94C is #2316B3. Grayscale: #D3D3D3. Windows color (decimal): -2299572 or 5040604. OLE color: 5040604.

HSL color Cylindrical-coordinate representation of color #DCE94C: hue angle of 64.97º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCE94C is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB22023376-
CMYK0.0600.670.09
HSL64.97º78.11%60.59%-
HSV(B)64.97º67.38%91.37%-
XYZ59.9674.0217.96-
YUV211.2151.69134.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.59%
GREEN value IS 233 (91.41% from 255) = 44.05%
BLUE value IS 76 (30.08% from 255) = 14.37%
R=41.59%
G=44.05%
B=14.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal220233760.0600.670.0964.9778.1160.59
HexDCE94C60439414e3d
Octal334351114601031110111675
Binary1101110011101001100110011001000011100110000011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE94C; }

 p { color: rgb(220,233,76); }

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

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

 a { background-color: rgb(220,233,76); }

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

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

 span { border-color: rgb(220,233,76); }

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