Html Css Color HEX #50961A Limeade

📋 copy color: '#50961A'

red 80 ◦ green 150 ◦ blue 26

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

Shades of Limeade #50961A

Tints of Limeade #50961A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 58.59%

 BLUE value IS 26 (10.55% from 255) = 10.16%

R = 31.25%
G = 58.59%
B = 10.16%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#50961A (or 0x50961A) is known color: Limeade. HEX triplet: 50, 96 and 1A. RGB value is (80,150,26). Sum of RGB (Red+Green+Blue) = 80+150+26=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 150 (58.98% from 255 or 58.59% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 150 - color contains mainly: green. Hex color #50961A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50961A is #AF69E5. Grayscale: #737373. Windows color (decimal): -11495910 or 1742416. OLE color: 1742416.

HSL color Cylindrical-coordinate representation of color #50961A: hue angle of 93.87º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50961A is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 150 26 -
CMYK 0.47 0 0.83 0.41
HSL 93.87º 0.7% 0.35% -
HSV(B) 93.87º 0.83% 0.59% -
XYZ 14.4 23.59 4.77 -
YUV 114.93 77.81 103.08 -
System Red Green Blue C M Y K H S L
Decimal 80 150 26 0.47 0 0.83 0.41 93.87 0.7 0.35
Hex 50 96 1A 2F 0 53 29 5E 46 23
Octal 120 226 32 57 0 123 51 136 106 43
Binary 1010000 10010110 11010 101111 0 1010011 101001 1011110 1000110 100011

Color Harmonies of #50961A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50961A

Black with #50961A

Text Example


Text Example

White with #50961A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50961A; }

 p { color: rgb(80,150,26); }

 H1.HeaderClassName
 {
   color: #50961A;
 }
 .AnyTagClassName
 {
   color: #50961A;
 }
</style>

background-color css

<style>
 a { background-color: #50961A; }

 a { background-color: rgb(80,150,26); }

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

border-color css

<style>
 span { border-color: #50961A; }

 span { border-color: rgb(80,150,26); }

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