#50AF14

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

Shades of Kelly Green #50AF14

Tints of Kelly Green #50AF14

Color information

#50AF14 (or 0x50AF14) is unknown color: approx Kelly Green. HEX triplet: 50, AF and 14. RGB value is (80,175,20). Sum of RGB (Red+Green+Blue) = 80+175+20=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 175 (68.75% from 255 or 63.64% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AF14 is #AF50EB. Grayscale: #818181. Windows color (decimal): -11489516 or 1355600. OLE color: 1355600.

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

Color convert

RGB8017520-
CMYK0.5400.890.31
HSL96.77º79.49%38.24%-
HSV(B)96.77º88.57%68.63%-
XYZ18.7632.425.93-
YUV128.9266.5393.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 175 (68.75% from 255) = 63.64%
BLUE value IS 20 (8.20% from 255) = 7.27%
R=29.09%
G=63.64%
B=7.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80175200.5400.890.3196.7779.4938.24
Hex50AF14360591F614f26
Octal120257246601313714111746
Binary10100001010111110100110110010110011111111000011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AF14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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