#50b126

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

Shades of Kelly Green #50B126

Tints of Kelly Green #50B126

Color information

#50B126 (or 0x50B126) is unknown color: approx Kelly Green. HEX triplet: 50, B1 and 26. RGB value is (80,177,38). Sum of RGB (Red+Green+Blue) = 80+177+38=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 177 (69.53% from 255 or 60% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 177 - color contains mainly: green. Hex color #50B126 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50B126 is #AF4ED9. Grayscale: #848484. Windows color (decimal): -11488986 or 2535760. OLE color: 2535760.

HSL color Cylindrical-coordinate representation of color #50B126: hue angle of 101.87º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50B126 is Cyan = 0.55, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB8017738-
CMYK0.5500.790.31
HSL101.87º64.65%42.16%-
HSV(B)101.87º78.53%69.41%-
XYZ19.3833.297.24-
YUV132.1574.8690.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.12%
GREEN value IS 177 (69.53% from 255) = 60%
BLUE value IS 38 (15.23% from 255) = 12.88%
R=27.12%
G=60%
B=12.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80177380.5500.790.31101.8764.6542.16
Hex50B1263704F1F66412a
Octal120261466701173714610152
Binary101000010110001100110110111010011111111111001101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50b126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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