#DAE94C

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

Shades of Manz #DAE94C

Tints of Manz #DAE94C

Color information

#DAE94C (or 0xDAE94C) is unknown color: approx Manz. HEX triplet: DA, E9 and 4C. RGB value is (218,233,76). Sum of RGB (Red+Green+Blue) = 218+233+76=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 76 (30.08% from 255 or 14.42% from 527); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE94C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE94C is #2516B3. Grayscale: #D3D3D3. Windows color (decimal): -2430644 or 5040602. OLE color: 5040602.

HSL color Cylindrical-coordinate representation of color #DAE94C: hue angle of 65.73º 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 #DAE94C is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB21823376-
CMYK0.0600.670.09
HSL65.73º78.11%60.59%-
HSV(B)65.73º67.38%91.37%-
XYZ59.3673.7117.94-
YUV210.6252.03133.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.37%
GREEN value IS 233 (91.41% from 255) = 44.21%
BLUE value IS 76 (30.08% from 255) = 14.42%
R=41.37%
G=44.21%
B=14.42%

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
Decimal218233760.0600.670.0965.7378.1160.59
HexDAE94C60439424e3d
Octal332351114601031110211675
Binary1101101011101001100110011001000011100110000101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE94C; }

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

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

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

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

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

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

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

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