#DDF34D

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

Shades of Manz #DDF34D

Tints of Manz #DDF34D

Color information

#DDF34D (or 0xDDF34D) is unknown color: approx Manz. HEX triplet: DD, F3 and 4D. RGB value is (221,243,77). Sum of RGB (Red+Green+Blue) = 221+243+77=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 243 (95.31% from 255 or 44.92% from 541); Blue value is 77 (30.47% from 255 or 14.23% from 541); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF34D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF34D is #220CB2. Grayscale: #DADADA. Windows color (decimal): -2231475 or 5108701. OLE color: 5108701.

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

Color convert

RGB22124377-
CMYK0.0900.680.05
HSL67.95º87.37%62.75%-
HSV(B)67.95º68.31%95.29%-
XYZ63.2180.0119.13-
YUV217.548.71130.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 243 (95.31% from 255) = 44.92%
BLUE value IS 77 (30.47% from 255) = 14.23%
R=40.85%
G=44.92%
B=14.23%

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
Decimal221243770.0900.680.0567.9587.3762.75
HexDDF34D9044544573f
Octal335363115110104510412777
Binary1101110111110011100110110010100010010110001001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF34D; }

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

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

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

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

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

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

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

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