#50BF34

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

Shades of Kelly Green #50BF34

Tints of Kelly Green #50BF34

Color information

#50BF34 (or 0x50BF34) is unknown color: approx Kelly Green. HEX triplet: 50, BF and 34. RGB value is (80,191,52). Sum of RGB (Red+Green+Blue) = 80+191+52=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 191 (75% from 255 or 59.13% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BF34 is #AF40CB. Grayscale: #8E8E8E. Windows color (decimal): -11485388 or 3456848. OLE color: 3456848.

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

Color convert

RGB8019152-
CMYK0.5800.730.25
HSL107.91º57.2%47.65%-
HSV(B)107.91º72.77%74.9%-
XYZ22.5639.229.63-
YUV141.9677.2383.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.77%
GREEN value IS 191 (75% from 255) = 59.13%
BLUE value IS 52 (20.70% from 255) = 16.10%
R=24.77%
G=59.13%
B=16.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80191520.5800.730.25107.9157.247.65
Hex50BF343A049196c3930
Octal12027764720111311547160
Binary10100001011111111010011101001001001110011101100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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