#50BE2B

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

Shades of Kelly Green #50BE2B

Tints of Kelly Green #50BE2B

Color information

#50BE2B (or 0x50BE2B) is unknown color: approx Kelly Green. HEX triplet: 50, BE and 2B. RGB value is (80,190,43). Sum of RGB (Red+Green+Blue) = 80+190+43=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 190 (74.61% from 255 or 60.70% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BE2B is #AF41D4. Grayscale: #8C8C8C. Windows color (decimal): -11485653 or 2866768. OLE color: 2866768.

HSL color Cylindrical-coordinate representation of color #50BE2B: hue angle of 104.9º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50BE2B is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB8019043-
CMYK0.5800.770.25
HSL104.9º63.09%45.69%-
HSV(B)104.9º77.37%74.51%-
XYZ22.1638.718.59-
YUV140.3573.0684.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 190 (74.61% from 255) = 60.70%
BLUE value IS 43 (17.19% from 255) = 13.74%
R=25.56%
G=60.70%
B=13.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80190430.5800.770.25104.963.0945.69
Hex50BE2B3A04D19693f2e
Octal12027653720115311517756
Binary10100001011111010101111101001001101110011101001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BE2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,190,43); }

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

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

 a { background-color: rgb(80,190,43); }

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

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

 span { border-color: rgb(80,190,43); }

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