#50BA33

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

Shades of Kelly Green #50BA33

Tints of Kelly Green #50BA33

Color information

#50BA33 (or 0x50BA33) is unknown color: approx Kelly Green. HEX triplet: 50, BA and 33. RGB value is (80,186,51). Sum of RGB (Red+Green+Blue) = 80+186+51=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 186 (73.05% from 255 or 58.68% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BA33 is #AF45CC. Grayscale: #8B8B8B. Windows color (decimal): -11486669 or 3390032. OLE color: 3390032.

HSL color Cylindrical-coordinate representation of color #50BA33: hue angle of 107.11º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50BA33 is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB8018651-
CMYK0.5700.730.27
HSL107.11º56.96%46.47%-
HSV(B)107.11º72.58%72.94%-
XYZ21.4637.069.15-
YUV138.9278.3885.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.24%
GREEN value IS 186 (73.05% from 255) = 58.68%
BLUE value IS 51 (20.31% from 255) = 16.09%
R=25.24%
G=58.68%
B=16.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80186510.5700.730.27107.1156.9646.47
Hex50BA33390491B6b392e
Octal12027263710111331537156
Binary10100001011101011001111100101001001110111101011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,186,51); }

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

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

 a { background-color: rgb(80,186,51); }

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

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

 span { border-color: rgb(80,186,51); }

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