#33DD55

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

Shades of Malachite #33DD55

Tints of Malachite #33DD55

Color information

#33DD55 (or 0x33DD55) is unknown color: approx Malachite. HEX triplet: 33, DD and 55. RGB value is (51,221,85). Sum of RGB (Red+Green+Blue) = 51+221+85=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 221 (86.72% from 255 or 61.90% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DD55 is #CC22AA. Grayscale: #9B9B9B. Windows color (decimal): -13378219 or 5627187. OLE color: 5627187.

HSL color Cylindrical-coordinate representation of color #33DD55: hue angle of 132º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DD55 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB5122185-
CMYK0.7700.620.13
HSL132º71.43%53.33%-
HSV(B)132º76.92%86.67%-
XYZ28.8653.0717.32-
YUV154.6788.6854.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.29%
GREEN value IS 221 (86.72% from 255) = 61.90%
BLUE value IS 85 (33.59% from 255) = 23.81%
R=14.29%
G=61.90%
B=23.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal51221850.7700.620.1313271.4353.33
Hex33DD554D03ED844735
Octal633351251150761520410765
Binary110011110111011010101100110101111101101100001001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33DD55; }

 p { color: rgb(51,221,85); }

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

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

 a { background-color: rgb(51,221,85); }

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

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

 span { border-color: rgb(51,221,85); }

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