#50C32C

Color #50C32C Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #50C32C

Tints of Kelly Green #50C32C

Color information

#50C32C (or 0x50C32C) is unknown color: approx Kelly Green. HEX triplet: 50, C3 and 2C. RGB value is (80,195,44). Sum of RGB (Red+Green+Blue) = 80+195+44=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 195 (76.56% from 255 or 61.13% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 195 - color contains mainly: green. Hex color #50C32C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C32C is #AF3CD3. Grayscale: #8F8F8F. Windows color (decimal): -11484372 or 2933584. OLE color: 2933584.

HSL color Cylindrical-coordinate representation of color #50C32C: hue angle of 105.7º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50C32C is Cyan = 0.59, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB8019544-
CMYK0.5900.770.24
HSL105.7º63.18%46.86%-
HSV(B)105.7º77.44%76.47%-
XYZ23.2840.929.05-
YUV143.471.982.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.08%
GREEN value IS 195 (76.56% from 255) = 61.13%
BLUE value IS 44 (17.58% from 255) = 13.79%
R=25.08%
G=61.13%
B=13.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal80195440.5900.770.24105.763.1846.86
Hex50C32C3B04D186a3f2f
Octal12030354730115301527757
Binary10100001100001110110011101101001101110001101010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50C32C; }

 p { color: rgb(80,195,44); }

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

<style>
 a { background-color: #50C32C; }

 a { background-color: rgb(80,195,44); }

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

<style>
 span { border-color: #50C32C; }

 span { border-color: rgb(80,195,44); }

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