Html Css Color HEX #50B12E Kelly Green

📋 copy color: '#50B12E'

red 80 ◦ green 177 ◦ blue 46

#50B12E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #50B12E

Tints of Kelly Green #50B12E

RGB

 RED value IS 80 (31.64% from 255) = 26.4%

 GREEN value IS 177 (69.53% from 255) = 58.42%

 BLUE value IS 46 (18.36% from 255) = 15.18%

R = 26.4%
G = 58.42%
B = 15.18%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#50B12E (or 0x50B12E) is known color: Kelly Green. HEX triplet: 50, B1 and 2E. RGB value is (80,177,46). Sum of RGB (Red+Green+Blue) = 80+177+46=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 177 (69.53% from 255 or 58.42% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 177 - color contains mainly: green. Hex color #50B12E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50B12E is #AF4ED1. Grayscale: #858585. Windows color (decimal): -11488978 or 3060048. OLE color: 3060048.

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

Color convert

RGB 80 177 46 -
CMYK 0.55 0 0.74 0.31
HSL 104.43º 0.59% 0.44% -
HSV(B) 104.43º 0.74% 0.69% -
XYZ 19.52 33.35 7.99 -
YUV 133.06 78.86 90.15 -
System Red Green Blue C M Y K H S L
Decimal 80 177 46 0.55 0 0.74 0.31 104.43 0.59 0.44
Hex 50 B1 2E 37 0 4A 1F 68 3B 2C
Octal 120 261 56 67 0 112 37 150 73 54
Binary 1010000 10110001 101110 110111 0 1001010 11111 1101000 111011 101100

Color Harmonies of #50B12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B12E

Black with #50B12E

Text Example


Text Example

White with #50B12E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50B12E;
 }
 .AnyTagClassName
 {
   color: #50B12E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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