#50C130

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

Shades of Kelly Green #50C130

Tints of Kelly Green #50C130

Color information

#50C130 (or 0x50C130) is unknown color: approx Kelly Green. HEX triplet: 50, C1 and 30. RGB value is (80,193,48). Sum of RGB (Red+Green+Blue) = 80+193+48=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 193 (75.78% from 255 or 60.12% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 193 - color contains mainly: green. Hex color #50C130 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C130 is #AF3ECF. Grayscale: #8F8F8F. Windows color (decimal): -11484880 or 3195216. OLE color: 3195216.

HSL color Cylindrical-coordinate representation of color #50C130: hue angle of 106.76º 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 #50C130 is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB8019348-
CMYK0.5900.750.24
HSL106.76º60.17%47.25%-
HSV(B)106.76º75.13%75.69%-
XYZ22.9140.069.32-
YUV142.6874.5683.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.92%
GREEN value IS 193 (75.78% from 255) = 60.12%
BLUE value IS 48 (19.14% from 255) = 14.95%
R=24.92%
G=60.12%
B=14.95%

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
Decimal80193480.5900.750.24106.7660.1747.25
Hex50C1303B04B186b3c2f
Octal12030160730113301537457
Binary10100001100000111000011101101001011110001101011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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