Html Css Color HEX #50BA33 Kelly Green

📋 copy color: '#50BA33'

red 80 ◦ green 186 ◦ blue 51

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

Shades of Kelly Green #50BA33

Tints of Kelly Green #50BA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.09%

R = 25.24%
G = 58.68%
B = 16.09%

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

#50BA33 (or 0x50BA33) is known color: Kelly Green. HEX triplet: 50, BA and 33. RGB value is (80,186,51). Sum of RGB (Red+Green+Blue) = 80+186+51=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 186 (73.05% from 255 or 58.68% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BA33 is #AF45CC. Grayscale: #8B8B8B. Windows color (decimal): -11486669 or 3390032. OLE color: 3390032.

HSL color Cylindrical-coordinate representation of color #50BA33: hue angle of 107.11º degrees, saturation: 0.57, 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 #50BA33 is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 186 51 -
CMYK 0.57 0 0.73 0.27
HSL 107.11º 0.57% 0.46% -
HSV(B) 107.11º 0.73% 0.73% -
XYZ 21.46 37.06 9.15 -
YUV 138.92 78.38 85.98 -
System Red Green Blue C M Y K H S L
Decimal 80 186 51 0.57 0 0.73 0.27 107.11 0.57 0.46
Hex 50 BA 33 39 0 49 1B 6B 39 2E
Octal 120 272 63 71 0 111 33 153 71 56
Binary 1010000 10111010 110011 111001 0 1001001 11011 1101011 111001 101110

Color Harmonies of #50BA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA33

Black with #50BA33

Text Example


Text Example

White with #50BA33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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