#50D80D

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

Shades of Kelly Green #50D80D

Tints of Kelly Green #50D80D

Color information

#50D80D (or 0x50D80D) is unknown color: approx Kelly Green. HEX triplet: 50, D8 and 0D. RGB value is (80,216,13). Sum of RGB (Red+Green+Blue) = 80+216+13=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 216 (84.77% from 255 or 69.90% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 216 - color contains mainly: green. Hex color #50D80D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D80D is #AF27F2. Grayscale: #989898. Windows color (decimal): -11479027 or 907344. OLE color: 907344.

HSL color Cylindrical-coordinate representation of color #50D80D: hue angle of 100.2º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50D80D is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB8021613-
CMYK0.6300.940.15
HSL100.2º88.65%44.9%-
HSV(B)100.2º93.98%84.71%-
XYZ27.9450.858.72-
YUV152.1949.4476.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.89%
GREEN value IS 216 (84.77% from 255) = 69.90%
BLUE value IS 13 (5.47% from 255) = 4.21%
R=25.89%
G=69.90%
B=4.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal80216130.6300.940.15100.288.6544.9
Hex50D8D3F05EF64592d
Octal120330157701361714413155
Binary101000011011000110111111101011110111111001001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D80D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,216,13); }

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

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

 a { background-color: rgb(80,216,13); }

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

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

 span { border-color: rgb(80,216,13); }

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