#50af0b

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

Shades of Kelly Green #50AF0B

Tints of Kelly Green #50AF0B

Color information

#50AF0B (or 0x50AF0B) is unknown color: approx Kelly Green. HEX triplet: 50, AF and 0B. RGB value is (80,175,11). Sum of RGB (Red+Green+Blue) = 80+175+11=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 175 (68.75% from 255 or 65.79% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AF0B is #AF50F4. Grayscale: #808080. Windows color (decimal): -11489525 or 765776. OLE color: 765776.

HSL color Cylindrical-coordinate representation of color #50AF0B: hue angle of 94.76º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50AF0B is Cyan = 0.54, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB8017511-
CMYK0.5400.940.31
HSL94.76º88.17%36.47%-
HSV(B)94.76º93.71%68.63%-
XYZ18.732.395.58-
YUV127.962.0393.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.08%
GREEN value IS 175 (68.75% from 255) = 65.79%
BLUE value IS 11 (4.69% from 255) = 4.14%
R=30.08%
G=65.79%
B=4.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80175110.5400.940.3194.7688.1736.47
Hex50AFB3605E1F5f5824
Octal120257136601363713713044
Binary1010000101011111011110110010111101111110111111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50af0b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,175,11); }

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

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

 a { background-color: rgb(80,175,11); }

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

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

 span { border-color: rgb(80,175,11); }

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