#50C610

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

Shades of Kelly Green #50C610

Tints of Kelly Green #50C610

Color information

#50C610 (or 0x50C610) is unknown color: approx Kelly Green. HEX triplet: 50, C6 and 10. RGB value is (80,198,16). Sum of RGB (Red+Green+Blue) = 80+198+16=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 198 (77.73% from 255 or 67.35% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 198 - color contains mainly: green. Hex color #50C610 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C610 is #AF39EF. Grayscale: #8E8E8E. Windows color (decimal): -11483632 or 1099344. OLE color: 1099344.

HSL color Cylindrical-coordinate representation of color #50C610: hue angle of 98.9º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #50C610 is Cyan = 0.60, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB8019816-
CMYK0.6000.920.22
HSL98.9º85.05%41.96%-
HSV(B)98.9º91.92%77.65%-
XYZ23.642.137.38-
YUV141.9756.9183.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.21%
GREEN value IS 198 (77.73% from 255) = 67.35%
BLUE value IS 16 (6.64% from 255) = 5.44%
R=27.21%
G=67.35%
B=5.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal80198160.6000.920.2298.985.0541.96
Hex50C6103C05C1663552a
Octal120306207401342614312552
Binary10100001100011010000111100010111001011011000111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,198,16); }

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

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

 a { background-color: rgb(80,198,16); }

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

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

 span { border-color: rgb(80,198,16); }

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