Html Css Color HEX #50980A Limeade

📋 copy color: '#50980A'

red 80 ◦ green 152 ◦ blue 10

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

Shades of Limeade #50980A

Tints of Limeade #50980A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.13%

R = 33.06%
G = 62.81%
B = 4.13%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#50980A (or 0x50980A) is known color: Limeade. HEX triplet: 50, 98 and 0A. RGB value is (80,152,10). Sum of RGB (Red+Green+Blue) = 80+152+10=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 152 (59.77% from 255 or 62.81% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 152 - color contains mainly: green. Hex color #50980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50980A is #AF67F5. Grayscale: #727272. Windows color (decimal): -11495414 or 694352. OLE color: 694352.

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

Color convert

RGB 80 152 10 -
CMYK 0.47 0 0.93 0.40
HSL 90.42º 0.88% 0.32% -
HSV(B) 90.42º 0.93% 0.6% -
XYZ 14.59 24.18 4.19 -
YUV 114.28 69.15 103.55 -
System Red Green Blue C M Y K H S L
Decimal 80 152 10 0.47 0 0.93 0.40 90.42 0.88 0.32
Hex 50 98 A 2F 0 5D 28 5A 58 20
Octal 120 230 12 57 0 135 50 132 130 40
Binary 1010000 10011000 1010 101111 0 1011101 101000 1011010 1011000 100000

Color Harmonies of #50980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50980A

Black with #50980A

Text Example


Text Example

White with #50980A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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