#33F55F

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

Shades of Malachite #33F55F

Tints of Malachite #33F55F

Color information

#33F55F (or 0x33F55F) is unknown color: approx Malachite. HEX triplet: 33, F5 and 5F. RGB value is (51,245,95). Sum of RGB (Red+Green+Blue) = 51+245+95=391 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.04% from 391); Green value is 245 (96.09% from 255 or 62.66% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 245 - color contains mainly: green. Hex color #33F55F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33F55F is #CC0AA0. Grayscale: #AAAAAA. Windows color (decimal): -13372065 or 6288691. OLE color: 6288691.

HSL color Cylindrical-coordinate representation of color #33F55F: hue angle of 133.61º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F55F is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB5124595-
CMYK0.7900.610.04
HSL133.61º90.65%58.04%-
HSV(B)133.61º79.18%96.08%-
XYZ36.0866.8321.83-
YUV169.8985.7343.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.04%
GREEN value IS 245 (96.09% from 255) = 62.66%
BLUE value IS 95 (37.5% from 255) = 24.30%
R=13.04%
G=62.66%
B=24.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal51245950.7900.610.04133.6190.6558.04
Hex33F55F4F03D4865b3a
Octal63365137117075420613372
Binary11001111110101101111110011110111101100100001101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,245,95); }

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

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

 a { background-color: rgb(51,245,95); }

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

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

 span { border-color: rgb(51,245,95); }

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