#50B127

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

Shades of Kelly Green #50B127

Tints of Kelly Green #50B127

Color information

#50B127 (or 0x50B127) is unknown color: approx Kelly Green. HEX triplet: 50, B1 and 27. RGB value is (80,177,39). Sum of RGB (Red+Green+Blue) = 80+177+39=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 177 (69.53% from 255 or 59.80% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 177 - color contains mainly: green. Hex color #50B127 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50B127 is #AF4ED8. Grayscale: #848484. Windows color (decimal): -11488985 or 2601296. OLE color: 2601296.

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

Color convert

RGB8017739-
CMYK0.5500.780.31
HSL102.17º63.89%42.35%-
HSV(B)102.17º77.97%69.41%-
XYZ19.433.37.32-
YUV132.2775.3690.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.03%
GREEN value IS 177 (69.53% from 255) = 59.80%
BLUE value IS 39 (15.62% from 255) = 13.18%
R=27.03%
G=59.80%
B=13.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80177390.5500.780.31102.1763.8942.35
Hex50B1273704E1F66402a
Octal120261476701163714610052
Binary101000010110001100111110111010011101111111001101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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