#50C517

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

Shades of Kelly Green #50C517

Tints of Kelly Green #50C517

Color information

#50C517 (or 0x50C517) is unknown color: approx Kelly Green. HEX triplet: 50, C5 and 17. RGB value is (80,197,23). Sum of RGB (Red+Green+Blue) = 80+197+23=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 197 (77.34% from 255 or 65.67% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 197 - color contains mainly: green. Hex color #50C517 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50C517 is #AF3AE8. Grayscale: #8E8E8E. Windows color (decimal): -11483881 or 1557840. OLE color: 1557840.

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

Color convert

RGB8019723-
CMYK0.5900.880.23
HSL100.34º79.09%43.14%-
HSV(B)100.34º88.32%77.25%-
XYZ23.4341.77.62-
YUV142.1860.7483.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.67%
GREEN value IS 197 (77.34% from 255) = 65.67%
BLUE value IS 23 (9.38% from 255) = 7.67%
R=26.67%
G=65.67%
B=7.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal80197230.5900.880.23100.3479.0943.14
Hex50C5173B05817644f2b
Octal120305277301302714411753
Binary10100001100010110111111011010110001011111001001001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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