Html Css Color HEX #50B934 Kelly Green

📋 copy color: '#50B934'

red 80 ◦ green 185 ◦ blue 52

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

Shades of Kelly Green #50B934

Tints of Kelly Green #50B934

RGB

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

 GREEN value IS 185 (72.66% from 255) = 58.36%

 BLUE value IS 52 (20.7% from 255) = 16.4%

R = 25.24%
G = 58.36%
B = 16.4%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#50B934 (or 0x50B934) is known color: Kelly Green. HEX triplet: 50, B9 and 34. RGB value is (80,185,52). Sum of RGB (Red+Green+Blue) = 80+185+52=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 185 (72.66% from 255 or 58.36% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 185 - color contains mainly: green. Hex color #50B934 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B934 is #AF46CB. Grayscale: #8A8A8A. Windows color (decimal): -11486924 or 3455312. OLE color: 3455312.

HSL color Cylindrical-coordinate representation of color #50B934: hue angle of 107.37º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50B934 is Cyan = 0.57, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 185 52 -
CMYK 0.57 0 0.72 0.27
HSL 107.37º 0.56% 0.46% -
HSV(B) 107.37º 0.72% 0.73% -
XYZ 21.28 36.65 9.2 -
YUV 138.44 79.21 86.31 -
System Red Green Blue C M Y K H S L
Decimal 80 185 52 0.57 0 0.72 0.27 107.37 0.56 0.46
Hex 50 B9 34 39 0 48 1B 6B 38 2E
Octal 120 271 64 71 0 110 33 153 70 56
Binary 1010000 10111001 110100 111001 0 1001000 11011 1101011 111000 101110

Color Harmonies of #50B934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B934

Black with #50B934

Text Example


Text Example

White with #50B934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,185,52); }

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

background-color css

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

 a { background-color: rgb(80,185,52); }

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

border-color css

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

 span { border-color: rgb(80,185,52); }

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