Html Css Color HEX #50BA32 Kelly Green

📋 copy color: '#50BA32'

red 80 ◦ green 186 ◦ blue 50

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

Shades of Kelly Green #50BA32

Tints of Kelly Green #50BA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.82%

R = 25.32%
G = 58.86%
B = 15.82%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#50BA32 (or 0x50BA32) is known color: Kelly Green. HEX triplet: 50, BA and 32. RGB value is (80,186,50). Sum of RGB (Red+Green+Blue) = 80+186+50=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 186 (73.05% from 255 or 58.86% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BA32 is #AF45CD. Grayscale: #8B8B8B. Windows color (decimal): -11486670 or 3324496. OLE color: 3324496.

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

Color convert

RGB 80 186 50 -
CMYK 0.57 0 0.73 0.27
HSL 106.76º 0.58% 0.46% -
HSV(B) 106.76º 0.73% 0.73% -
XYZ 21.44 37.05 9.04 -
YUV 138.8 77.88 86.06 -
System Red Green Blue C M Y K H S L
Decimal 80 186 50 0.57 0 0.73 0.27 106.76 0.58 0.46
Hex 50 BA 32 39 0 49 1B 6B 3A 2E
Octal 120 272 62 71 0 111 33 153 72 56
Binary 1010000 10111010 110010 111001 0 1001001 11011 1101011 111010 101110

Color Harmonies of #50BA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA32

Black with #50BA32

Text Example


Text Example

White with #50BA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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