Html Css Color HEX #50A518 Kelly Green

📋 copy color: '#50A518'

red 80 ◦ green 165 ◦ blue 24

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

Shades of Kelly Green #50A518

Tints of Kelly Green #50A518

RGB

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

 GREEN value IS 165 (64.84% from 255) = 61.34%

 BLUE value IS 24 (9.77% from 255) = 8.92%

R = 29.74%
G = 61.34%
B = 8.92%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#50A518 (or 0x50A518) is known color: Kelly Green. HEX triplet: 50, A5 and 18. RGB value is (80,165,24). Sum of RGB (Red+Green+Blue) = 80+165+24=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 165 (64.84% from 255 or 61.34% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 165 - color contains mainly: green. Hex color #50A518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A518 is #AF5AE7. Grayscale: #7B7B7B. Windows color (decimal): -11492072 or 1615184. OLE color: 1615184.

HSL color Cylindrical-coordinate representation of color #50A518: hue angle of 96.17º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50A518 is Cyan = 0.52, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 165 24 -
CMYK 0.52 0 0.85 0.35
HSL 96.17º 0.75% 0.37% -
HSV(B) 96.17º 0.85% 0.65% -
XYZ 16.93 28.68 5.51 -
YUV 123.51 71.84 96.96 -
System Red Green Blue C M Y K H S L
Decimal 80 165 24 0.52 0 0.85 0.35 96.17 0.75 0.37
Hex 50 A5 18 34 0 55 23 60 4B 25
Octal 120 245 30 64 0 125 43 140 113 45
Binary 1010000 10100101 11000 110100 0 1010101 100011 1100000 1001011 100101

Color Harmonies of #50A518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A518

Black with #50A518

Text Example


Text Example

White with #50A518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,165,24); }

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

background-color css

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

 a { background-color: rgb(80,165,24); }

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

border-color css

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

 span { border-color: rgb(80,165,24); }

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