#50AD11

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

Shades of Kelly Green #50AD11

Tints of Kelly Green #50AD11

Color information

#50AD11 (or 0x50AD11) is unknown color: approx Kelly Green. HEX triplet: 50, AD and 11. RGB value is (80,173,17). Sum of RGB (Red+Green+Blue) = 80+173+17=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 173 (67.97% from 255 or 64.07% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AD11 is #AF52EE. Grayscale: #7F7F7F. Windows color (decimal): -11490031 or 1158480. OLE color: 1158480.

HSL color Cylindrical-coordinate representation of color #50AD11: hue angle of 95.77º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50AD11 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB8017317-
CMYK0.5400.900.32
HSL95.77º82.11%37.25%-
HSV(B)95.77º90.17%67.84%-
XYZ18.3531.635.67-
YUV127.4165.6994.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.63%
GREEN value IS 173 (67.97% from 255) = 64.07%
BLUE value IS 17 (7.03% from 255) = 6.30%
R=29.63%
G=64.07%
B=6.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80173170.5400.900.3295.7782.1137.25
Hex50AD113605A20605225
Octal120255216601324014012245
Binary101000010101101100011101100101101010000011000001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,173,17); }

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

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

 a { background-color: rgb(80,173,17); }

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

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

 span { border-color: rgb(80,173,17); }

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