Html Css Color HEX #50980D Limeade

📋 copy color: '#50980D'

red 80 ◦ green 152 ◦ blue 13

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

Shades of Limeade #50980D

Tints of Limeade #50980D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 62.04%

 BLUE value IS 13 (5.47% from 255) = 5.31%

R = 32.65%
G = 62.04%
B = 5.31%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#50980D (or 0x50980D) is known color: Limeade. HEX triplet: 50, 98 and 0D. RGB value is (80,152,13). Sum of RGB (Red+Green+Blue) = 80+152+13=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 152 (59.77% from 255 or 62.04% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 152 - color contains mainly: green. Hex color #50980D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50980D is #AF67F2. Grayscale: #737373. Windows color (decimal): -11495411 or 890960. OLE color: 890960.

HSL color Cylindrical-coordinate representation of color #50980D: hue angle of 91.08º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50980D is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 152 13 -
CMYK 0.47 0 0.91 0.40
HSL 91.08º 0.84% 0.32% -
HSV(B) 91.08º 0.91% 0.6% -
XYZ 14.61 24.19 4.28 -
YUV 114.63 70.65 103.3 -
System Red Green Blue C M Y K H S L
Decimal 80 152 13 0.47 0 0.91 0.40 91.08 0.84 0.32
Hex 50 98 D 2F 0 5B 28 5B 54 20
Octal 120 230 15 57 0 133 50 133 124 40
Binary 1010000 10011000 1101 101111 0 1011011 101000 1011011 1010100 100000

Color Harmonies of #50980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50980D

Black with #50980D

Text Example


Text Example

White with #50980D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50980D; }

 p { color: rgb(80,152,13); }

 H1.HeaderClassName
 {
   color: #50980D;
 }
 .AnyTagClassName
 {
   color: #50980D;
 }
</style>

background-color css

<style>
 a { background-color: #50980D; }

 a { background-color: rgb(80,152,13); }

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

border-color css

<style>
 span { border-color: #50980D; }

 span { border-color: rgb(80,152,13); }

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