Html Css Color HEX #50AC19 Kelly Green

📋 copy color: '#50AC19'

red 80 ◦ green 172 ◦ blue 25

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

Shades of Kelly Green #50AC19

Tints of Kelly Green #50AC19

RGB

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

 GREEN value IS 172 (67.58% from 255) = 62.09%

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

R = 28.88%
G = 62.09%
B = 9.03%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#50AC19 (or 0x50AC19) is known color: Kelly Green. HEX triplet: 50, AC and 19. RGB value is (80,172,25). Sum of RGB (Red+Green+Blue) = 80+172+25=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 172 (67.58% from 255 or 62.09% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AC19 is #AF53E6. Grayscale: #808080. Windows color (decimal): -11490279 or 1682512. OLE color: 1682512.

HSL color Cylindrical-coordinate representation of color #50AC19: hue angle of 97.55º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50AC19 is Cyan = 0.53, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 172 25 -
CMYK 0.53 0 0.85 0.33
HSL 97.55º 0.75% 0.39% -
HSV(B) 97.55º 0.85% 0.67% -
XYZ 18.24 31.28 6 -
YUV 127.73 70.02 93.95 -
System Red Green Blue C M Y K H S L
Decimal 80 172 25 0.53 0 0.85 0.33 97.55 0.75 0.39
Hex 50 AC 19 35 0 55 21 62 4B 27
Octal 120 254 31 65 0 125 41 142 113 47
Binary 1010000 10101100 11001 110101 0 1010101 100001 1100010 1001011 100111

Color Harmonies of #50AC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AC19

Black with #50AC19

Text Example


Text Example

White with #50AC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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