#50C104

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

Shades of Kelly Green #50C104

Tints of Kelly Green #50C104

Color information

#50C104 (or 0x50C104) is unknown color: approx Kelly Green. HEX triplet: 50, C1 and 04. RGB value is (80,193,4). Sum of RGB (Red+Green+Blue) = 80+193+4=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 193 (75.78% from 255 or 69.68% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 193 - color contains mainly: green. Hex color #50C104 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C104 is #AF3EFB. Grayscale: #8A8A8A. Windows color (decimal): -11484924 or 311632. OLE color: 311632.

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

Color convert

RGB801934-
CMYK0.5900.980.24
HSL95.87º95.94%38.63%-
HSV(B)95.87º97.93%75.69%-
XYZ22.439.856.63-
YUV137.6752.5686.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.88%
GREEN value IS 193 (75.78% from 255) = 69.68%
BLUE value IS 4 (1.95% from 255) = 1.44%
R=28.88%
G=69.68%
B=1.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal8019340.5900.980.2495.8795.9438.63
Hex50C143B06218606027
Octal12030147301423014014047
Binary101000011000001100111011011000101100011000001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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