Html Css Color HEX #50A316 Kelly Green

📋 copy color: '#50A316'

red 80 ◦ green 163 ◦ blue 22

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

Shades of Kelly Green #50A316

Tints of Kelly Green #50A316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.3%

R = 30.19%
G = 61.51%
B = 8.3%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#50A316 (or 0x50A316) is known color: Kelly Green. HEX triplet: 50, A3 and 16. RGB value is (80,163,22). Sum of RGB (Red+Green+Blue) = 80+163+22=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 163 (64.06% from 255 or 61.51% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 163 - color contains mainly: green. Hex color #50A316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A316 is #AF5CE9. Grayscale: #7A7A7A. Windows color (decimal): -11492586 or 1483600. OLE color: 1483600.

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

Color convert

RGB 80 163 22 -
CMYK 0.51 0 0.87 0.36
HSL 95.32º 0.76% 0.36% -
HSV(B) 95.32º 0.87% 0.64% -
XYZ 16.55 27.96 5.28 -
YUV 122.11 71.5 97.96 -
System Red Green Blue C M Y K H S L
Decimal 80 163 22 0.51 0 0.87 0.36 95.32 0.76 0.36
Hex 50 A3 16 33 0 57 24 5F 4C 24
Octal 120 243 26 63 0 127 44 137 114 44
Binary 1010000 10100011 10110 110011 0 1010111 100100 1011111 1001100 100100

Color Harmonies of #50A316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A316

Black with #50A316

Text Example


Text Example

White with #50A316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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