#50C52C

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

Shades of Kelly Green #50C52C

Tints of Kelly Green #50C52C

Color information

#50C52C (or 0x50C52C) is unknown color: approx Kelly Green. HEX triplet: 50, C5 and 2C. RGB value is (80,197,44). Sum of RGB (Red+Green+Blue) = 80+197+44=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 197 (77.34% from 255 or 61.37% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 197 - color contains mainly: green. Hex color #50C52C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C52C is #AF3AD3. Grayscale: #919191. Windows color (decimal): -11483860 or 2934096. OLE color: 2934096.

HSL color Cylindrical-coordinate representation of color #50C52C: hue angle of 105.88º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50C52C is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB8019744-
CMYK0.5900.780.23
HSL105.88º63.49%47.25%-
HSV(B)105.88º77.66%77.25%-
XYZ23.7341.829.2-
YUV144.5771.2481.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.92%
GREEN value IS 197 (77.34% from 255) = 61.37%
BLUE value IS 44 (17.58% from 255) = 13.71%
R=24.92%
G=61.37%
B=13.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal80197440.5900.780.23105.8863.4947.25
Hex50C52C3B04E176a3f2f
Octal12030554730116271527757
Binary10100001100010110110011101101001110101111101010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,197,44); }

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

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

 a { background-color: rgb(80,197,44); }

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

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

 span { border-color: rgb(80,197,44); }

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