#50C82C

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

Shades of Kelly Green #50C82C

Tints of Kelly Green #50C82C

Color information

#50C82C (or 0x50C82C) is unknown color: approx Kelly Green. HEX triplet: 50, C8 and 2C. RGB value is (80,200,44). Sum of RGB (Red+Green+Blue) = 80+200+44=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 200 (78.52% from 255 or 61.73% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 200 - color contains mainly: green. Hex color #50C82C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C82C is #AF37D3. Grayscale: #929292. Windows color (decimal): -11483092 or 2934864. OLE color: 2934864.

HSL color Cylindrical-coordinate representation of color #50C82C: hue angle of 106.15º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50C82C is Cyan = 0.6, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB8020044-
CMYK0.600.780.22
HSL106.15º63.93%47.84%-
HSV(B)106.15º78%78.43%-
XYZ24.4243.29.43-
YUV146.3470.2480.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.69%
GREEN value IS 200 (78.52% from 255) = 61.73%
BLUE value IS 44 (17.58% from 255) = 13.58%
R=24.69%
G=61.73%
B=13.58%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal80200440.600.780.22106.1563.9347.84
Hex50C82C3C04E166a4030
Octal120310547401162615210060
Binary101000011001000101100111100010011101011011010101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C82C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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