#50B71A

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

Shades of Kelly Green #50B71A

Tints of Kelly Green #50B71A

Color information

#50B71A (or 0x50B71A) is unknown color: approx Kelly Green. HEX triplet: 50, B7 and 1A. RGB value is (80,183,26). Sum of RGB (Red+Green+Blue) = 80+183+26=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 183 (71.88% from 255 or 63.32% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 183 - color contains mainly: green. Hex color #50B71A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B71A is #AF48E5. Grayscale: #868686. Windows color (decimal): -11487462 or 1750864. OLE color: 1750864.

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

Color convert

RGB8018326-
CMYK0.5600.860.28
HSL99.36º75.12%40.98%-
HSV(B)99.36º85.79%71.76%-
XYZ20.4335.656.78-
YUV134.366.8889.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.68%
GREEN value IS 183 (71.88% from 255) = 63.32%
BLUE value IS 26 (10.55% from 255) = 9.00%
R=27.68%
G=63.32%
B=9.00%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal80183260.5600.860.2899.3675.1240.98
Hex50B71A380561C634b29
Octal120267327001263414311351
Binary10100001011011111010111000010101101110011000111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B71A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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