#DDF24D

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

Shades of Manz #DDF24D

Tints of Manz #DDF24D

Color information

#DDF24D (or 0xDDF24D) is unknown color: approx Manz. HEX triplet: DD, F2 and 4D. RGB value is (221,242,77). Sum of RGB (Red+Green+Blue) = 221+242+77=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 77 (30.47% from 255 or 14.26% from 540); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF24D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF24D is #220DB2. Grayscale: #D9D9D9. Windows color (decimal): -2231731 or 5108445. OLE color: 5108445.

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

Color convert

RGB22124277-
CMYK0.0900.680.05
HSL67.64º86.39%62.55%-
HSV(B)67.64º68.18%94.9%-
XYZ62.9179.4119.03-
YUV216.9149.04130.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.93%
GREEN value IS 242 (94.92% from 255) = 44.81%
BLUE value IS 77 (30.47% from 255) = 14.26%
R=40.93%
G=44.81%
B=14.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal221242770.0900.680.0567.6486.3962.55
HexDDF24D9044544563f
Octal335362115110104510412677
Binary1101110111110010100110110010100010010110001001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF24D; }

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

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

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

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

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

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

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

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