#50BA0D

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

Shades of Kelly Green #50BA0D

Tints of Kelly Green #50BA0D

Color information

#50BA0D (or 0x50BA0D) is unknown color: approx Kelly Green. HEX triplet: 50, BA and 0D. RGB value is (80,186,13). Sum of RGB (Red+Green+Blue) = 80+186+13=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 186 (73.05% from 255 or 66.67% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50BA0D is #AF45F2. Grayscale: #878787. Windows color (decimal): -11486707 or 899664. OLE color: 899664.

HSL color Cylindrical-coordinate representation of color #50BA0D: hue angle of 96.76º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50BA0D is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB8018613-
CMYK0.5700.930.27
HSL96.76º86.93%39.02%-
HSV(B)96.76º93.01%72.94%-
XYZ20.9436.856.39-
YUV134.5859.3889.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.67%
GREEN value IS 186 (73.05% from 255) = 66.67%
BLUE value IS 13 (5.47% from 255) = 4.66%
R=28.67%
G=66.67%
B=4.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80186130.5700.930.2796.7686.9339.02
Hex50BAD3905D1B615727
Octal120272157101353314112747
Binary1010000101110101101111001010111011101111000011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BA0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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