#32F550

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

Shades of Malachite #32F550

Tints of Malachite #32F550

Color information

#32F550 (or 0x32F550) is unknown color: approx Malachite. HEX triplet: 32, F5 and 50. RGB value is (50,245,80). Sum of RGB (Red+Green+Blue) = 50+245+80=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 245 (96.09% from 255 or 65.33% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 245 - color contains mainly: green. Hex color #32F550 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F550 is #CD0AAF. Grayscale: #A8A8A8. Windows color (decimal): -13437616 or 5305650. OLE color: 5305650.

HSL color Cylindrical-coordinate representation of color #32F550: hue angle of 129.23º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F550 is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB5024580-
CMYK0.8000.670.04
HSL129.23º90.7%57.84%-
HSV(B)129.23º79.59%96.08%-
XYZ35.4266.5618.57-
YUV167.8878.443.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.33%
GREEN value IS 245 (96.09% from 255) = 65.33%
BLUE value IS 80 (31.64% from 255) = 21.33%
R=13.33%
G=65.33%
B=21.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal50245800.8000.670.04129.2390.757.84
Hex32F550500434815b3a
Octal623651201200103420113372
Binary110010111101011010000101000001000011100100000011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32F550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32F550; }

 p { color: rgb(50,245,80); }

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

<style>
 a { background-color: #32F550; }

 a { background-color: rgb(50,245,80); }

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

<style>
 span { border-color: #32F550; }

 span { border-color: rgb(50,245,80); }

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