Html Css Color HEX #50960B Limeade

📋 copy color: '#50960B'

red 80 ◦ green 150 ◦ blue 11

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

Shades of Limeade #50960B

Tints of Limeade #50960B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.56%

R = 33.2%
G = 62.24%
B = 4.56%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#50960B (or 0x50960B) is known color: Limeade. HEX triplet: 50, 96 and 0B. RGB value is (80,150,11). Sum of RGB (Red+Green+Blue) = 80+150+11=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 150 (58.98% from 255 or 62.24% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 150 - color contains mainly: green. Hex color #50960B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50960B is #AF69F4. Grayscale: #717171. Windows color (decimal): -11495925 or 759376. OLE color: 759376.

HSL color Cylindrical-coordinate representation of color #50960B: hue angle of 90.22º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50960B is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 150 11 -
CMYK 0.47 0 0.93 0.41
HSL 90.22º 0.86% 0.32% -
HSV(B) 90.22º 0.93% 0.59% -
XYZ 14.28 23.54 4.11 -
YUV 113.22 70.31 104.3 -
System Red Green Blue C M Y K H S L
Decimal 80 150 11 0.47 0 0.93 0.41 90.22 0.86 0.32
Hex 50 96 B 2F 0 5D 29 5A 56 20
Octal 120 226 13 57 0 135 51 132 126 40
Binary 1010000 10010110 1011 101111 0 1011101 101001 1011010 1010110 100000

Color Harmonies of #50960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50960B

Black with #50960B

Text Example


Text Example

White with #50960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50960B; }

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

 H1.HeaderClassName
 {
   color: #50960B;
 }
 .AnyTagClassName
 {
   color: #50960B;
 }
</style>

background-color css

<style>
 a { background-color: #50960B; }

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

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

border-color css

<style>
 span { border-color: #50960B; }

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

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