#33DD58

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

Shades of Malachite #33DD58

Tints of Malachite #33DD58

Color information

#33DD58 (or 0x33DD58) is unknown color: approx Malachite. HEX triplet: 33, DD and 58. RGB value is (51,221,88). Sum of RGB (Red+Green+Blue) = 51+221+88=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 221 (86.72% from 255 or 61.39% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DD58 is #CC22A7. Grayscale: #9B9B9B. Windows color (decimal): -13378216 or 5823795. OLE color: 5823795.

HSL color Cylindrical-coordinate representation of color #33DD58: hue angle of 133.06º 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 #33DD58 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB5122188-
CMYK0.7700.600.13
HSL133.06º71.43%53.33%-
HSV(B)133.06º76.92%86.67%-
XYZ28.9853.1217.96-
YUV155.0190.1853.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.17%
GREEN value IS 221 (86.72% from 255) = 61.39%
BLUE value IS 88 (34.77% from 255) = 24.44%
R=14.17%
G=61.39%
B=24.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal51221880.7700.600.13133.0671.4353.33
Hex33DD584D03CD854735
Octal633351301150741520510765
Binary110011110111011011000100110101111001101100001011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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