Html Css Color HEX #50A918 Kelly Green

📋 copy color: '#50A918'

red 80 ◦ green 169 ◦ blue 24

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

Shades of Kelly Green #50A918

Tints of Kelly Green #50A918

RGB

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

 GREEN value IS 169 (66.41% from 255) = 61.9%

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

R = 29.3%
G = 61.9%
B = 8.79%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#50A918 (or 0x50A918) is known color: Kelly Green. HEX triplet: 50, A9 and 18. RGB value is (80,169,24). Sum of RGB (Red+Green+Blue) = 80+169+24=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 169 (66.41% from 255 or 61.90% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 169 - color contains mainly: green. Hex color #50A918 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A918 is #AF56E7. Grayscale: #7E7E7E. Windows color (decimal): -11491048 or 1616208. OLE color: 1616208.

HSL color Cylindrical-coordinate representation of color #50A918: hue angle of 96.83º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50A918 is Cyan = 0.53, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 80 169 24 -
CMYK 0.53 0 0.86 0.34
HSL 96.83º 0.75% 0.38% -
HSV(B) 96.83º 0.86% 0.66% -
XYZ 17.66 30.15 5.75 -
YUV 125.86 70.51 95.29 -
System Red Green Blue C M Y K H S L
Decimal 80 169 24 0.53 0 0.86 0.34 96.83 0.75 0.38
Hex 50 A9 18 35 0 56 22 61 4B 26
Octal 120 251 30 65 0 126 42 141 113 46
Binary 1010000 10101001 11000 110101 0 1010110 100010 1100001 1001011 100110

Color Harmonies of #50A918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A918

Black with #50A918

Text Example


Text Example

White with #50A918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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