#DDE94D

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

Shades of Manz #DDE94D

Tints of Manz #DDE94D

Color information

#DDE94D (or 0xDDE94D) is unknown color: approx Manz. HEX triplet: DD, E9 and 4D. RGB value is (221,233,77). Sum of RGB (Red+Green+Blue) = 221+233+77=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 77 (30.47% from 255 or 14.50% from 531); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE94D is #2216B2. Grayscale: #D4D4D4. Windows color (decimal): -2234035 or 5106141. OLE color: 5106141.

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

Color convert

RGB22123377-
CMYK0.0500.670.09
HSL64.62º78%60.78%-
HSV(B)64.62º66.95%91.37%-
XYZ60.374.1918.16-
YUV211.6352.02134.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 233 (91.41% from 255) = 43.88%
BLUE value IS 77 (30.47% from 255) = 14.50%
R=41.62%
G=43.88%
B=14.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal221233770.0500.670.0964.627860.78
HexDDE94D50439414e3d
Octal335351115501031110111675
Binary1101110111101001100110110101000011100110000011001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE94D; }

 p { color: rgb(221,233,77); }

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

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

 a { background-color: rgb(221,233,77); }

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

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

 span { border-color: rgb(221,233,77); }

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