#32CD80

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

Shades of Shamrock #32CD80

Tints of Shamrock #32CD80

Color information

#32CD80 (or 0x32CD80) is unknown color: approx Shamrock. HEX triplet: 32, CD and 80. RGB value is (50,205,128). Sum of RGB (Red+Green+Blue) = 50+205+128=383 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.05% from 383); Green value is 205 (80.47% from 255 or 53.52% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32CD80 is #CD327F. Grayscale: #969696. Windows color (decimal): -13447808 or 8441138. OLE color: 8441138.

HSL color Cylindrical-coordinate representation of color #32CD80: hue angle of 150.19º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CD80 is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB50205128-
CMYK0.7600.380.20
HSL150.19º60.78%50%-
HSV(B)150.19º75.61%80.39%-
XYZ27.0445.927.86-
YUV149.88115.6556.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.05%
GREEN value IS 205 (80.47% from 255) = 53.52%
BLUE value IS 128 (50.39% from 255) = 33.42%
R=13.05%
G=53.52%
B=33.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal502051280.7600.380.20150.1960.7850
Hex32CD804C02614963d32
Octal62315200114046242267562
Binary1100101100110110000000100110001001101010010010110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,205,128); }

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

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

 a { background-color: rgb(50,205,128); }

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

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

 span { border-color: rgb(50,205,128); }

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