Html Css Color HEX #50991B Limeade

📋 copy color: '#50991B'

red 80 ◦ green 153 ◦ blue 27

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

Shades of Limeade #50991B

Tints of Limeade #50991B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 58.85%

 BLUE value IS 27 (10.94% from 255) = 10.38%

R = 30.77%
G = 58.85%
B = 10.38%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#50991B (or 0x50991B) is known color: Limeade. HEX triplet: 50, 99 and 1B. RGB value is (80,153,27). Sum of RGB (Red+Green+Blue) = 80+153+27=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 153 (60.16% from 255 or 58.85% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 153 - color contains mainly: green. Hex color #50991B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50991B is #AF66E4. Grayscale: #757575. Windows color (decimal): -11495141 or 1808720. OLE color: 1808720.

HSL color Cylindrical-coordinate representation of color #50991B: hue angle of 94.76º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50991B is Cyan = 0.48, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 153 27 -
CMYK 0.48 0 0.82 0.4
HSL 94.76º 0.7% 0.35% -
HSV(B) 94.76º 0.82% 0.6% -
XYZ 14.9 24.57 4.99 -
YUV 116.81 77.32 101.75 -
System Red Green Blue C M Y K H S L
Decimal 80 153 27 0.48 0 0.82 0.4 94.76 0.7 0.35
Hex 50 99 1B 30 0 52 28 5F 46 23
Octal 120 231 33 60 0 122 50 137 106 43
Binary 1010000 10011001 11011 110000 0 1010010 101000 1011111 1000110 100011

Color Harmonies of #50991B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50991B

Black with #50991B

Text Example


Text Example

White with #50991B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,153,27); }

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

background-color css

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

 a { background-color: rgb(80,153,27); }

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

border-color css

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

 span { border-color: rgb(80,153,27); }

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