#50B42E

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

Shades of Kelly Green #50B42E

Tints of Kelly Green #50B42E

Color information

#50B42E (or 0x50B42E) is unknown color: approx Kelly Green. HEX triplet: 50, B4 and 2E. RGB value is (80,180,46). Sum of RGB (Red+Green+Blue) = 80+180+46=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 180 (70.70% from 255 or 58.82% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 180 - color contains mainly: green. Hex color #50B42E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B42E is #AF4BD1. Grayscale: #878787. Windows color (decimal): -11488210 or 3060816. OLE color: 3060816.

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

Color convert

RGB8018046-
CMYK0.5600.740.29
HSL104.78º59.29%44.31%-
HSV(B)104.78º74.44%70.59%-
XYZ20.1234.558.19-
YUV134.8277.8788.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.14%
GREEN value IS 180 (70.70% from 255) = 58.82%
BLUE value IS 46 (18.36% from 255) = 15.03%
R=26.14%
G=58.82%
B=15.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80180460.5600.740.29104.7859.2944.31
Hex50B42E3804A1D693b2c
Octal12026456700112351517354
Binary10100001011010010111011100001001010111011101001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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