#33DC58

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

Shades of Malachite #33DC58

Tints of Malachite #33DC58

Color information

#33DC58 (or 0x33DC58) is unknown color: approx Malachite. HEX triplet: 33, DC and 58. RGB value is (51,220,88). Sum of RGB (Red+Green+Blue) = 51+220+88=359 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.21% from 359); Green value is 220 (86.33% from 255 or 61.28% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 220 - color contains mainly: green. Hex color #33DC58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DC58 is #CC23A7. Grayscale: #9A9A9A. Windows color (decimal): -13378472 or 5823539. OLE color: 5823539.

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

Color convert

RGB5122088-
CMYK0.7700.60.14
HSL133.14º70.71%53.14%-
HSV(B)133.14º76.82%86.27%-
XYZ28.7252.5917.87-
YUV154.4290.5154.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.21%
GREEN value IS 220 (86.33% from 255) = 61.28%
BLUE value IS 88 (34.77% from 255) = 24.51%
R=14.21%
G=61.28%
B=24.51%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal51220880.7700.60.14133.1470.7153.14
Hex33DC584D03CE854735
Octal633341301150741620510765
Binary110011110111001011000100110101111001110100001011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DC58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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