Html Css Color HEX #50A218 Limeade

📋 copy color: '#50A218'

red 80 ◦ green 162 ◦ blue 24

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

Shades of Limeade #50A218

Tints of Limeade #50A218

RGB

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

 GREEN value IS 162 (63.67% from 255) = 60.9%

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

R = 30.08%
G = 60.9%
B = 9.02%

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

#50A218 (or 0x50A218) is known color: Limeade. HEX triplet: 50, A2 and 18. RGB value is (80,162,24). Sum of RGB (Red+Green+Blue) = 80+162+24=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 162 (63.67% from 255 or 60.90% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 162 - color contains mainly: green. Hex color #50A218 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A218 is #AF5DE7. Grayscale: #7A7A7A. Windows color (decimal): -11492840 or 1614416. OLE color: 1614416.

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

Color convert

RGB 80 162 24 -
CMYK 0.51 0 0.85 0.36
HSL 95.65º 0.74% 0.36% -
HSV(B) 95.65º 0.85% 0.64% -
XYZ 16.39 27.61 5.33 -
YUV 121.75 72.83 98.22 -
System Red Green Blue C M Y K H S L
Decimal 80 162 24 0.51 0 0.85 0.36 95.65 0.74 0.36
Hex 50 A2 18 33 0 55 24 60 4A 24
Octal 120 242 30 63 0 125 44 140 112 44
Binary 1010000 10100010 11000 110011 0 1010101 100100 1100000 1001010 100100

Color Harmonies of #50A218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A218

Black with #50A218

Text Example


Text Example

White with #50A218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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