Html Css Color HEX #50A110 Kelly Green

📋 copy color: '#50A110'

red 80 ◦ green 161 ◦ blue 16

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

Shades of Kelly Green #50A110

Tints of Kelly Green #50A110

RGB

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

 GREEN value IS 161 (63.28% from 255) = 62.65%

 BLUE value IS 16 (6.64% from 255) = 6.23%

R = 31.13%
G = 62.65%
B = 6.23%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.90

 K value IS 0.37

RGB Variations

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

Color information

#50A110 (or 0x50A110) is known color: Kelly Green. HEX triplet: 50, A1 and 10. RGB value is (80,161,16). Sum of RGB (Red+Green+Blue) = 80+161+16=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 161 (63.28% from 255 or 62.65% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 161 - color contains mainly: green. Hex color #50A110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A110 is #AF5EEF. Grayscale: #787878. Windows color (decimal): -11493104 or 1089872. OLE color: 1089872.

HSL color Cylindrical-coordinate representation of color #50A110: hue angle of 93.52º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50A110 is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 161 16 -
CMYK 0.50 0 0.90 0.37
HSL 93.52º 0.82% 0.35% -
HSV(B) 93.52º 0.9% 0.63% -
XYZ 16.15 27.23 4.9 -
YUV 120.25 69.16 99.29 -
System Red Green Blue C M Y K H S L
Decimal 80 161 16 0.50 0 0.90 0.37 93.52 0.82 0.35
Hex 50 A1 10 32 0 5A 25 5E 52 23
Octal 120 241 20 62 0 132 45 136 122 43
Binary 1010000 10100001 10000 110010 0 1011010 100101 1011110 1010010 100011

Color Harmonies of #50A110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A110

Black with #50A110

Text Example


Text Example

White with #50A110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,161,16); }

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

background-color css

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

 a { background-color: rgb(80,161,16); }

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

border-color css

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

 span { border-color: rgb(80,161,16); }

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