#50B000

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

Shades of Kelly Green #50B000

Tints of Kelly Green #50B000

Color information

#50B000 (or 0x50B000) is unknown color: approx Kelly Green. HEX triplet: 50, B0 and 00. RGB value is (80,176,0). Sum of RGB (Red+Green+Blue) = 80+176+0=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 176 (69.14% from 255 or 68.75% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 176 - color contains mainly: green. Hex color #50B000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50B000 is #AF4FFF. Grayscale: #7F7F7F. Windows color (decimal): -11489280 or 45136. OLE color: 45136.

HSL color Cylindrical-coordinate representation of color #50B000: hue angle of 92.73º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50B000 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB801760-
CMYK0.55010.31
HSL92.73º100%34.51%-
HSV(B)92.73º100%69.02%-
XYZ18.8332.765.33-
YUV127.2356.294.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.25%
GREEN value IS 176 (69.14% from 255) = 68.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=31.25%
G=68.75%
B=0%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8017600.55010.3192.7310034.51
Hex50B00370641F5d6423
Octal12026006701443713514443
Binary1010000101100000110111011001001111110111011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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