Html Css Color HEX #50BA34 Kelly Green

📋 copy color: '#50BA34'

red 80 ◦ green 186 ◦ blue 52

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

Shades of Kelly Green #50BA34

Tints of Kelly Green #50BA34

RGB

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

 GREEN value IS 186 (73.05% from 255) = 58.49%

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

R = 25.16%
G = 58.49%
B = 16.35%

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

#50BA34 (or 0x50BA34) is known color: Kelly Green. HEX triplet: 50, BA and 34. RGB value is (80,186,52). Sum of RGB (Red+Green+Blue) = 80+186+52=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 186 (73.05% from 255 or 58.49% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BA34 is #AF45CB. Grayscale: #8B8B8B. Windows color (decimal): -11486668 or 3455568. OLE color: 3455568.

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

Color convert

RGB 80 186 52 -
CMYK 0.57 0 0.72 0.27
HSL 107.46º 0.56% 0.47% -
HSV(B) 107.46º 0.72% 0.73% -
XYZ 21.49 37.07 9.27 -
YUV 139.03 78.88 85.9 -
System Red Green Blue C M Y K H S L
Decimal 80 186 52 0.57 0 0.72 0.27 107.46 0.56 0.47
Hex 50 BA 34 39 0 48 1B 6B 38 2F
Octal 120 272 64 71 0 110 33 153 70 57
Binary 1010000 10111010 110100 111001 0 1001000 11011 1101011 111000 101111

Color Harmonies of #50BA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA34

Black with #50BA34

Text Example


Text Example

White with #50BA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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