#D9E94C

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

Shades of Manz #D9E94C

Tints of Manz #D9E94C

Color information

#D9E94C (or 0xD9E94C) is unknown color: approx Manz. HEX triplet: D9, E9 and 4C. RGB value is (217,233,76). Sum of RGB (Red+Green+Blue) = 217+233+76=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 233 (91.41% from 255 or 44.30% from 526); Blue value is 76 (30.08% from 255 or 14.45% from 526); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E94C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9E94C is #2616B3. Grayscale: #D2D2D2. Windows color (decimal): -2496180 or 5040601. OLE color: 5040601.

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

Color convert

RGB21723376-
CMYK0.0700.670.09
HSL66.11º78.11%60.59%-
HSV(B)66.11º67.38%91.37%-
XYZ59.0673.5517.92-
YUV210.3252.2132.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.25%
GREEN value IS 233 (91.41% from 255) = 44.30%
BLUE value IS 76 (30.08% from 255) = 14.45%
R=41.25%
G=44.30%
B=14.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal217233760.0700.670.0966.1178.1160.59
HexD9E94C70439424e3d
Octal331351114701031110211675
Binary1101100111101001100110011101000011100110000101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E94C; }

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

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

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

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

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

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

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

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