#32F858

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

Shades of Malachite #32F858

Tints of Malachite #32F858

Color information

#32F858 (or 0x32F858) is unknown color: approx Malachite. HEX triplet: 32, F8 and 58. RGB value is (50,248,88). Sum of RGB (Red+Green+Blue) = 50+248+88=386 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.95% from 386); Green value is 248 (97.27% from 255 or 64.25% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 248 - color contains mainly: green. Hex color #32F858 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F858 is #CD07A7. Grayscale: #ABABAB. Windows color (decimal): -13436840 or 5830706. OLE color: 5830706.

HSL color Cylindrical-coordinate representation of color #32F858: hue angle of 131.52º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32F858 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB5024888-
CMYK0.8000.650.03
HSL131.52º93.4%58.43%-
HSV(B)131.52º79.84%97.25%-
XYZ36.6468.5220.53-
YUV170.5681.442.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.95%
GREEN value IS 248 (97.27% from 255) = 64.25%
BLUE value IS 88 (34.77% from 255) = 22.80%
R=12.95%
G=64.25%
B=22.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal50248880.8000.650.03131.5293.458.43
Hex32F858500413845d3a
Octal623701301200101320413572
Binary11001011111000101100010100000100000111100001001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32F858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,248,88); }

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

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

 a { background-color: rgb(50,248,88); }

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

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

 span { border-color: rgb(50,248,88); }

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