#50B60C

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

Shades of Kelly Green #50B60C

Tints of Kelly Green #50B60C

Color information

#50B60C (or 0x50B60C) is unknown color: approx Kelly Green. HEX triplet: 50, B6 and 0C. RGB value is (80,182,12). Sum of RGB (Red+Green+Blue) = 80+182+12=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 182 (71.48% from 255 or 66.42% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 182 - color contains mainly: green. Hex color #50B60C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50B60C is #AF49F3. Grayscale: #848484. Windows color (decimal): -11487732 or 833104. OLE color: 833104.

HSL color Cylindrical-coordinate representation of color #50B60C: hue angle of 96º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50B60C is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB8018212-
CMYK0.5600.930.29
HSL96º87.63%38.04%-
HSV(B)96º93.41%71.37%-
XYZ20.135.196.08-
YUV132.1260.2190.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.20%
GREEN value IS 182 (71.48% from 255) = 66.42%
BLUE value IS 12 (5.08% from 255) = 4.38%
R=29.20%
G=66.42%
B=4.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80182120.5600.930.299687.6338.04
Hex50B6C3805D1D605826
Octal120266147001353514013046
Binary1010000101101101100111000010111011110111000001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B60C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,182,12); }

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

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

 a { background-color: rgb(80,182,12); }

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

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

 span { border-color: rgb(80,182,12); }

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