#50C102

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

Shades of Kelly Green #50C102

Tints of Kelly Green #50C102

Color information

#50C102 (or 0x50C102) is unknown color: approx Kelly Green. HEX triplet: 50, C1 and 02. RGB value is (80,193,2). Sum of RGB (Red+Green+Blue) = 80+193+2=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 193 (75.78% from 255 or 70.18% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 193 - color contains mainly: green. Hex color #50C102 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C102 is #AF3EFD. Grayscale: #8A8A8A. Windows color (decimal): -11484926 or 180560. OLE color: 180560.

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

Color convert

RGB801932-
CMYK0.5900.990.24
HSL95.5º97.95%38.24%-
HSV(B)95.5º98.96%75.69%-
XYZ22.3939.856.57-
YUV137.4451.5687.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 193 (75.78% from 255) = 70.18%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=29.09%
G=70.18%
B=0.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal8019320.5900.990.2495.597.9538.24
Hex50C123B063185f6226
Octal12030127301433013714246
Binary10100001100000110111011011000111100010111111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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