#50BD18

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

Shades of Kelly Green #50BD18

Tints of Kelly Green #50BD18

Color information

#50BD18 (or 0x50BD18) is unknown color: approx Kelly Green. HEX triplet: 50, BD and 18. RGB value is (80,189,24). Sum of RGB (Red+Green+Blue) = 80+189+24=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 189 (74.22% from 255 or 64.51% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50BD18 is #AF42E7. Grayscale: #8A8A8A. Windows color (decimal): -11485928 or 1621328. OLE color: 1621328.

HSL color Cylindrical-coordinate representation of color #50BD18: hue angle of 99.64º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #50BD18 is Cyan = 0.58, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB8018924-
CMYK0.5800.870.26
HSL99.64º77.46%41.76%-
HSV(B)99.64º87.3%74.12%-
XYZ21.6738.177.09-
YUV137.663.8986.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.30%
GREEN value IS 189 (74.22% from 255) = 64.51%
BLUE value IS 24 (9.77% from 255) = 8.19%
R=27.30%
G=64.51%
B=8.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal80189240.5800.870.2699.6477.4641.76
Hex50BD183A0571A644d2a
Octal120275307201273214411552
Binary10100001011110111000111010010101111101011001001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BD18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,189,24); }

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

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

 a { background-color: rgb(80,189,24); }

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

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

 span { border-color: rgb(80,189,24); }

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