#33FA5C

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

Shades of Malachite #33FA5C

Tints of Malachite #33FA5C

Color information

#33FA5C (or 0x33FA5C) is unknown color: approx Malachite. HEX triplet: 33, FA and 5C. RGB value is (51,250,92). Sum of RGB (Red+Green+Blue) = 51+250+92=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 250 (98.05% from 255 or 63.61% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 250 - color contains mainly: green. Hex color #33FA5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33FA5C is #CC05A3. Grayscale: #ACACAC. Windows color (decimal): -13370788 or 6093363. OLE color: 6093363.

HSL color Cylindrical-coordinate representation of color #33FA5C: hue angle of 132.36º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FA5C is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB5125092-
CMYK0.8000.630.02
HSL132.36º95.22%59.02%-
HSV(B)132.36º79.6%98.04%-
XYZ37.4869.8521.63-
YUV172.4982.5741.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.98%
GREEN value IS 250 (98.05% from 255) = 63.61%
BLUE value IS 92 (36.33% from 255) = 23.41%
R=12.98%
G=63.61%
B=23.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal51250920.8000.630.02132.3695.2259.02
Hex33FA5C5003F2845f3b
Octal63372134120077220413773
Binary1100111111101010111001010000011111110100001001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,250,92); }

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

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

 a { background-color: rgb(51,250,92); }

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

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

 span { border-color: rgb(51,250,92); }

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