Html Css Color HEX #50BA29 Kelly Green

📋 copy color: '#50BA29'

red 80 ◦ green 186 ◦ blue 41

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

Shades of Kelly Green #50BA29

Tints of Kelly Green #50BA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.36%

R = 26.06%
G = 60.59%
B = 13.36%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#50BA29 (or 0x50BA29) is known color: Kelly Green. HEX triplet: 50, BA and 29. RGB value is (80,186,41). Sum of RGB (Red+Green+Blue) = 80+186+41=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 186 (73.05% from 255 or 60.59% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BA29 is #AF45D6. Grayscale: #8A8A8A. Windows color (decimal): -11486679 or 2734672. OLE color: 2734672.

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

Color convert

RGB 80 186 41 -
CMYK 0.57 0 0.78 0.27
HSL 103.86º 0.64% 0.45% -
HSV(B) 103.86º 0.78% 0.73% -
XYZ 21.27 36.98 8.12 -
YUV 137.78 73.38 86.79 -
System Red Green Blue C M Y K H S L
Decimal 80 186 41 0.57 0 0.78 0.27 103.86 0.64 0.45
Hex 50 BA 29 39 0 4E 1B 68 40 2D
Octal 120 272 51 71 0 116 33 150 100 55
Binary 1010000 10111010 101001 111001 0 1001110 11011 1101000 1000000 101101

Color Harmonies of #50BA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA29

Black with #50BA29

Text Example


Text Example

White with #50BA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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