Html Css Color HEX #50A226 Limeade

📋 copy color: '#50A226'

red 80 ◦ green 162 ◦ blue 38

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

Shades of Limeade #50A226

Tints of Limeade #50A226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.57%

R = 28.57%
G = 57.86%
B = 13.57%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#50A226 (or 0x50A226) is known color: Limeade. HEX triplet: 50, A2 and 26. RGB value is (80,162,38). Sum of RGB (Red+Green+Blue) = 80+162+38=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 162 (63.67% from 255 or 57.86% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 162 - color contains mainly: green. Hex color #50A226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A226 is #AF5DD9. Grayscale: #7B7B7B. Windows color (decimal): -11492826 or 2531920. OLE color: 2531920.

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

Color convert

RGB 80 162 38 -
CMYK 0.51 0 0.77 0.36
HSL 99.68º 0.62% 0.39% -
HSV(B) 99.68º 0.77% 0.64% -
XYZ 16.58 27.69 6.3 -
YUV 123.35 79.83 97.08 -
System Red Green Blue C M Y K H S L
Decimal 80 162 38 0.51 0 0.77 0.36 99.68 0.62 0.39
Hex 50 A2 26 33 0 4D 24 64 3E 27
Octal 120 242 46 63 0 115 44 144 76 47
Binary 1010000 10100010 100110 110011 0 1001101 100100 1100100 111110 100111

Color Harmonies of #50A226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A226

Black with #50A226

Text Example


Text Example

White with #50A226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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