#50AD00

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

Shades of Kelly Green #50AD00

Tints of Kelly Green #50AD00

Color information

#50AD00 (or 0x50AD00) is unknown color: approx Kelly Green. HEX triplet: 50, AD and 00. RGB value is (80,173,0). Sum of RGB (Red+Green+Blue) = 80+173+0=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 173 (67.97% from 255 or 68.38% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AD00 is #AF52FF. Grayscale: #7E7E7E. Windows color (decimal): -11490048 or 44368. OLE color: 44368.

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

Color convert

RGB801730-
CMYK0.54010.32
HSL92.25º100%33.92%-
HSV(B)92.25º100%67.84%-
XYZ18.2531.595.14-
YUV125.4757.1995.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.62%
GREEN value IS 173 (67.97% from 255) = 68.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=31.62%
G=68.38%
B=0%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal8017300.54010.3292.2510033.92
Hex50AD036064205c6422
Octal12025506601444013414442
Binary10100001010110101101100110010010000010111001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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