Html Css Color HEX #50A01C Limeade

📋 copy color: '#50A01C'

red 80 ◦ green 160 ◦ blue 28

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

Shades of Limeade #50A01C

Tints of Limeade #50A01C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 59.7%

 BLUE value IS 28 (11.33% from 255) = 10.45%

R = 29.85%
G = 59.7%
B = 10.45%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#50A01C (or 0x50A01C) is known color: Limeade. HEX triplet: 50, A0 and 1C. RGB value is (80,160,28). Sum of RGB (Red+Green+Blue) = 80+160+28=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 160 (62.89% from 255 or 59.70% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 160 - color contains mainly: green. Hex color #50A01C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A01C is #AF5FE3. Grayscale: #797979. Windows color (decimal): -11493348 or 1876048. OLE color: 1876048.

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

Color convert

RGB 80 160 28 -
CMYK 0.5 0 0.82 0.37
HSL 96.36º 0.7% 0.37% -
HSV(B) 96.36º 0.83% 0.63% -
XYZ 16.09 26.93 5.45 -
YUV 121.03 75.5 98.73 -
System Red Green Blue C M Y K H S L
Decimal 80 160 28 0.5 0 0.82 0.37 96.36 0.7 0.37
Hex 50 A0 1C 32 0 52 25 60 46 25
Octal 120 240 34 62 0 122 45 140 106 45
Binary 1010000 10100000 11100 110010 0 1010010 100101 1100000 1000110 100101

Color Harmonies of #50A01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A01C

Black with #50A01C

Text Example


Text Example

White with #50A01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,160,28); }

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

background-color css

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

 a { background-color: rgb(80,160,28); }

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

border-color css

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

 span { border-color: rgb(80,160,28); }

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