#50AF0F

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

Shades of Kelly Green #50AF0F

Tints of Kelly Green #50AF0F

Color information

#50AF0F (or 0x50AF0F) is unknown color: approx Kelly Green. HEX triplet: 50, AF and 0F. RGB value is (80,175,15). Sum of RGB (Red+Green+Blue) = 80+175+15=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 175 (68.75% from 255 or 64.81% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AF0F is #AF50F0. Grayscale: #808080. Windows color (decimal): -11489521 or 1027920. OLE color: 1027920.

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

Color convert

RGB8017515-
CMYK0.5400.910.31
HSL95.62º84.21%37.25%-
HSV(B)95.62º91.43%68.63%-
XYZ18.7232.45.72-
YUV128.3564.0393.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.63%
GREEN value IS 175 (68.75% from 255) = 64.81%
BLUE value IS 15 (6.25% from 255) = 5.56%
R=29.63%
G=64.81%
B=5.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80175150.5400.910.3195.6284.2137.25
Hex50AFF3605B1F605425
Octal120257176601333714012445
Binary1010000101011111111110110010110111111111000001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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