#50BD26

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

Shades of Kelly Green #50BD26

Tints of Kelly Green #50BD26

Color information

#50BD26 (or 0x50BD26) is unknown color: approx Kelly Green. HEX triplet: 50, BD and 26. RGB value is (80,189,38). Sum of RGB (Red+Green+Blue) = 80+189+38=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 189 (74.22% from 255 or 61.56% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BD26 is #AF42D9. Grayscale: #8B8B8B. Windows color (decimal): -11485914 or 2538832. OLE color: 2538832.

HSL color Cylindrical-coordinate representation of color #50BD26: hue angle of 103.31º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50BD26 is Cyan = 0.58, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB8018938-
CMYK0.5800.800.26
HSL103.31º66.52%44.51%-
HSV(B)103.31º79.89%74.12%-
XYZ21.8638.248.06-
YUV139.270.8985.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 189 (74.22% from 255) = 61.56%
BLUE value IS 38 (15.23% from 255) = 12.38%
R=26.06%
G=61.56%
B=12.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal80189380.5800.800.26103.3166.5244.51
Hex50BD263A0501A67432d
Octal120275467201203214710355
Binary101000010111101100110111010010100001101011001111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,189,38); }

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

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

 a { background-color: rgb(80,189,38); }

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

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

 span { border-color: rgb(80,189,38); }

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