Html Css Color HEX #50980F Limeade

📋 copy color: '#50980F'

red 80 ◦ green 152 ◦ blue 15

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

Shades of Limeade #50980F

Tints of Limeade #50980F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.07%

R = 32.39%
G = 61.54%
B = 6.07%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#50980F (or 0x50980F) is known color: Limeade. HEX triplet: 50, 98 and 0F. RGB value is (80,152,15). Sum of RGB (Red+Green+Blue) = 80+152+15=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 152 (59.77% from 255 or 61.54% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 152 - color contains mainly: green. Hex color #50980F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50980F is #AF67F0. Grayscale: #737373. Windows color (decimal): -11495409 or 1022032. OLE color: 1022032.

HSL color Cylindrical-coordinate representation of color #50980F: hue angle of 91.53º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50980F is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 152 15 -
CMYK 0.47 0 0.90 0.40
HSL 91.53º 0.82% 0.33% -
HSV(B) 91.53º 0.9% 0.6% -
XYZ 14.62 24.2 4.35 -
YUV 114.85 71.65 103.14 -
System Red Green Blue C M Y K H S L
Decimal 80 152 15 0.47 0 0.90 0.40 91.53 0.82 0.33
Hex 50 98 F 2F 0 5A 28 5C 52 21
Octal 120 230 17 57 0 132 50 134 122 41
Binary 1010000 10011000 1111 101111 0 1011010 101000 1011100 1010010 100001

Color Harmonies of #50980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50980F

Black with #50980F

Text Example


Text Example

White with #50980F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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