#50C534

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

Shades of Kelly Green #50C534

Tints of Kelly Green #50C534

Color information

#50C534 (or 0x50C534) is unknown color: approx Kelly Green. HEX triplet: 50, C5 and 34. RGB value is (80,197,52). Sum of RGB (Red+Green+Blue) = 80+197+52=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 197 (77.34% from 255 or 59.88% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 197 - color contains mainly: green. Hex color #50C534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C534 is #AF3ACB. Grayscale: #919191. Windows color (decimal): -11483852 or 3458384. OLE color: 3458384.

HSL color Cylindrical-coordinate representation of color #50C534: hue angle of 108.41º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50C534 is Cyan = 0.59, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB8019752-
CMYK0.5900.740.23
HSL108.41º58.23%48.82%-
HSV(B)108.41º73.6%77.25%-
XYZ23.8941.8910.07-
YUV145.4975.2481.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.32%
GREEN value IS 197 (77.34% from 255) = 59.88%
BLUE value IS 52 (20.70% from 255) = 15.81%
R=24.32%
G=59.88%
B=15.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal80197520.5900.740.23108.4158.2348.82
Hex50C5343B04A176c3a31
Octal12030564730112271547261
Binary10100001100010111010011101101001010101111101100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,197,52); }

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

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

 a { background-color: rgb(80,197,52); }

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

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

 span { border-color: rgb(80,197,52); }

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