#50B425

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

Shades of Kelly Green #50B425

Tints of Kelly Green #50B425

Color information

#50B425 (or 0x50B425) is unknown color: approx Kelly Green. HEX triplet: 50, B4 and 25. RGB value is (80,180,37). Sum of RGB (Red+Green+Blue) = 80+180+37=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 180 (70.70% from 255 or 60.61% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 180 - color contains mainly: green. Hex color #50B425 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B425 is #AF4BDA. Grayscale: #868686. Windows color (decimal): -11488219 or 2470992. OLE color: 2470992.

HSL color Cylindrical-coordinate representation of color #50B425: hue angle of 101.96º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50B425 is Cyan = 0.56, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB8018037-
CMYK0.5600.790.29
HSL101.96º65.9%42.55%-
HSV(B)101.96º79.44%70.59%-
XYZ19.9634.487.35-
YUV133.873.3789.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.94%
GREEN value IS 180 (70.70% from 255) = 60.61%
BLUE value IS 37 (14.84% from 255) = 12.46%
R=26.94%
G=60.61%
B=12.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80180370.5600.790.29101.9665.942.55
Hex50B4253804F1D66422b
Octal120264457001173514610253
Binary101000010110100100101111000010011111110111001101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,180,37); }

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

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

 a { background-color: rgb(80,180,37); }

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

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

 span { border-color: rgb(80,180,37); }

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