Html Css Color HEX #50A319 Kelly Green

📋 copy color: '#50A319'

red 80 ◦ green 163 ◦ blue 25

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

Shades of Kelly Green #50A319

Tints of Kelly Green #50A319

RGB

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

 GREEN value IS 163 (64.06% from 255) = 60.82%

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

R = 29.85%
G = 60.82%
B = 9.33%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#50A319 (or 0x50A319) is known color: Kelly Green. HEX triplet: 50, A3 and 19. RGB value is (80,163,25). Sum of RGB (Red+Green+Blue) = 80+163+25=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 163 (64.06% from 255 or 60.82% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 163 - color contains mainly: green. Hex color #50A319 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A319 is #AF5CE6. Grayscale: #7A7A7A. Windows color (decimal): -11492583 or 1680208. OLE color: 1680208.

HSL color Cylindrical-coordinate representation of color #50A319: hue angle of 96.09º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50A319 is Cyan = 0.51, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 163 25 -
CMYK 0.51 0 0.85 0.36
HSL 96.09º 0.73% 0.37% -
HSV(B) 96.09º 0.85% 0.64% -
XYZ 16.58 27.97 5.44 -
YUV 122.45 73 97.72 -
System Red Green Blue C M Y K H S L
Decimal 80 163 25 0.51 0 0.85 0.36 96.09 0.73 0.37
Hex 50 A3 19 33 0 55 24 60 49 25
Octal 120 243 31 63 0 125 44 140 111 45
Binary 1010000 10100011 11001 110011 0 1010101 100100 1100000 1001001 100101

Color Harmonies of #50A319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A319

Black with #50A319

Text Example


Text Example

White with #50A319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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