#50C100

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

Shades of Kelly Green #50C100

Tints of Kelly Green #50C100

Color information

#50C100 (or 0x50C100) is unknown color: approx Kelly Green. HEX triplet: 50, C1 and 00. RGB value is (80,193,0). Sum of RGB (Red+Green+Blue) = 80+193+0=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 193 (75.78% from 255 or 70.70% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 193 - color contains mainly: green. Hex color #50C100 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C100 is #AF3EFF. Grayscale: #898989. Windows color (decimal): -11484928 or 49488. OLE color: 49488.

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

Color convert

RGB801930-
CMYK0.59010.24
HSL95.13º100%37.84%-
HSV(B)95.13º100%75.69%-
XYZ22.3839.856.51-
YUV137.2150.5687.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 193 (75.78% from 255) = 70.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=29.30%
G=70.70%
B=0%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal8019300.59010.2495.1310037.84
Hex50C103B064185f6426
Octal12030107301443013714446
Binary1010000110000010111011011001001100010111111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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