#50c131

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

Shades of Kelly Green #50C131

Tints of Kelly Green #50C131

Color information

#50C131 (or 0x50C131) is unknown color: approx Kelly Green. HEX triplet: 50, C1 and 31. RGB value is (80,193,49). Sum of RGB (Red+Green+Blue) = 80+193+49=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 193 (75.78% from 255 or 59.94% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 193 - color contains mainly: green. Hex color #50C131 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C131 is #AF3ECE. Grayscale: #8F8F8F. Windows color (decimal): -11484879 or 3260752. OLE color: 3260752.

HSL color Cylindrical-coordinate representation of color #50C131: hue angle of 107.08º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50C131 is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB8019349-
CMYK0.5900.750.24
HSL107.08º59.5%47.45%-
HSV(B)107.08º74.61%75.69%-
XYZ22.9340.079.43-
YUV142.875.0683.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.84%
GREEN value IS 193 (75.78% from 255) = 59.94%
BLUE value IS 49 (19.53% from 255) = 15.22%
R=24.84%
G=59.94%
B=15.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal80193490.5900.750.24107.0859.547.45
Hex50C1313B04B186b3c2f
Octal12030161730113301537457
Binary10100001100000111000111101101001011110001101011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50c131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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