#50C635

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

Shades of Kelly Green #50C635

Tints of Kelly Green #50C635

Color information

#50C635 (or 0x50C635) is unknown color: approx Kelly Green. HEX triplet: 50, C6 and 35. RGB value is (80,198,53). Sum of RGB (Red+Green+Blue) = 80+198+53=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 198 (77.73% from 255 or 59.82% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 198 - color contains mainly: green. Hex color #50C635 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C635 is #AF39CA. Grayscale: #929292. Windows color (decimal): -11483595 or 3524176. OLE color: 3524176.

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

Color convert

RGB8019853-
CMYK0.6000.730.22
HSL108.83º57.77%49.22%-
HSV(B)108.83º73.23%77.65%-
XYZ24.1442.3510.27-
YUV146.1975.4180.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.17%
GREEN value IS 198 (77.73% from 255) = 59.82%
BLUE value IS 53 (21.09% from 255) = 16.01%
R=24.17%
G=59.82%
B=16.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal80198530.6000.730.22108.8357.7749.22
Hex50C6353C049166d3a31
Octal12030665740111261557261
Binary10100001100011011010111110001001001101101101101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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