#50B71E

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

Shades of Kelly Green #50B71E

Tints of Kelly Green #50B71E

Color information

#50B71E (or 0x50B71E) is unknown color: approx Kelly Green. HEX triplet: 50, B7 and 1E. RGB value is (80,183,30). Sum of RGB (Red+Green+Blue) = 80+183+30=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 183 (71.88% from 255 or 62.46% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 183 - color contains mainly: green. Hex color #50B71E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B71E is #AF48E1. Grayscale: #878787. Windows color (decimal): -11487458 or 2013008. OLE color: 2013008.

HSL color Cylindrical-coordinate representation of color #50B71E: hue angle of 100.39º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50B71E is Cyan = 0.56, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB8018330-
CMYK0.5600.840.28
HSL100.39º71.83%41.76%-
HSV(B)100.39º83.61%71.76%-
XYZ20.4835.677.03-
YUV134.7668.8888.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.30%
GREEN value IS 183 (71.88% from 255) = 62.46%
BLUE value IS 30 (12.11% from 255) = 10.24%
R=27.30%
G=62.46%
B=10.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal80183300.5600.840.28100.3971.8341.76
Hex50B71E380541C64482a
Octal120267367001243414411052
Binary10100001011011111110111000010101001110011001001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B71E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,183,30); }

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

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

 a { background-color: rgb(80,183,30); }

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

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

 span { border-color: rgb(80,183,30); }

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