#50B831

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

Shades of Kelly Green #50B831

Tints of Kelly Green #50B831

Color information

#50B831 (or 0x50B831) is unknown color: approx Kelly Green. HEX triplet: 50, B8 and 31. RGB value is (80,184,49). Sum of RGB (Red+Green+Blue) = 80+184+49=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 184 (72.27% from 255 or 58.79% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 184 - color contains mainly: green. Hex color #50B831 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B831 is #AF47CE. Grayscale: #898989. Windows color (decimal): -11487183 or 3258448. OLE color: 3258448.

HSL color Cylindrical-coordinate representation of color #50B831: hue angle of 106.22º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50B831 is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB8018449-
CMYK0.5700.730.28
HSL106.22º57.94%45.69%-
HSV(B)106.22º73.37%72.16%-
XYZ2136.218.79-
YUV137.5178.0486.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 184 (72.27% from 255) = 58.79%
BLUE value IS 49 (19.53% from 255) = 15.65%
R=25.56%
G=58.79%
B=15.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal80184490.5700.730.28106.2257.9445.69
Hex50B831390491C6a3a2e
Octal12027061710111341527256
Binary10100001011100011000111100101001001111001101010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,184,49); }

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

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

 a { background-color: rgb(80,184,49); }

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

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

 span { border-color: rgb(80,184,49); }

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