Html Css Color HEX #50B119 Kelly Green

📋 copy color: '#50B119'

red 80 ◦ green 177 ◦ blue 25

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

Shades of Kelly Green #50B119

Tints of Kelly Green #50B119

RGB

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

 GREEN value IS 177 (69.53% from 255) = 62.77%

 BLUE value IS 25 (10.16% from 255) = 8.87%

R = 28.37%
G = 62.77%
B = 8.87%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#50B119 (or 0x50B119) is known color: Kelly Green. HEX triplet: 50, B1 and 19. RGB value is (80,177,25). Sum of RGB (Red+Green+Blue) = 80+177+25=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 177 (69.53% from 255 or 62.77% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 177 - color contains mainly: green. Hex color #50B119 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50B119 is #AF4EE6. Grayscale: #838383. Windows color (decimal): -11488999 or 1683792. OLE color: 1683792.

HSL color Cylindrical-coordinate representation of color #50B119: hue angle of 98.29º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50B119 is Cyan = 0.55, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 177 25 -
CMYK 0.55 0 0.86 0.31
HSL 98.29º 0.75% 0.4% -
HSV(B) 98.29º 0.86% 0.69% -
XYZ 19.21 33.22 6.32 -
YUV 130.67 68.36 91.86 -
System Red Green Blue C M Y K H S L
Decimal 80 177 25 0.55 0 0.86 0.31 98.29 0.75 0.4
Hex 50 B1 19 37 0 56 1F 62 4B 28
Octal 120 261 31 67 0 126 37 142 113 50
Binary 1010000 10110001 11001 110111 0 1010110 11111 1100010 1001011 101000

Color Harmonies of #50B119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B119

Black with #50B119

Text Example


Text Example

White with #50B119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,177,25); }

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

background-color css

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

 a { background-color: rgb(80,177,25); }

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

border-color css

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

 span { border-color: rgb(80,177,25); }

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