Html Css Color HEX #50940F Limeade

📋 copy color: '#50940F'

red 80 ◦ green 148 ◦ blue 15

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

Shades of Limeade #50940F

Tints of Limeade #50940F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 60.91%

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

R = 32.92%
G = 60.91%
B = 6.17%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#50940F (or 0x50940F) is known color: Limeade. HEX triplet: 50, 94 and 0F. RGB value is (80,148,15). Sum of RGB (Red+Green+Blue) = 80+148+15=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 148 (58.20% from 255 or 60.91% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 148 - color contains mainly: green. Hex color #50940F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50940F is #AF6BF0. Grayscale: #707070. Windows color (decimal): -11496433 or 1021008. OLE color: 1021008.

HSL color Cylindrical-coordinate representation of color #50940F: hue angle of 90.68º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50940F is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 148 15 -
CMYK 0.46 0 0.90 0.42
HSL 90.68º 0.82% 0.32% -
HSV(B) 90.68º 0.9% 0.58% -
XYZ 13.98 22.92 4.14 -
YUV 112.51 72.97 104.81 -
System Red Green Blue C M Y K H S L
Decimal 80 148 15 0.46 0 0.90 0.42 90.68 0.82 0.32
Hex 50 94 F 2E 0 5A 2A 5B 52 20
Octal 120 224 17 56 0 132 52 133 122 40
Binary 1010000 10010100 1111 101110 0 1011010 101010 1011011 1010010 100000

Color Harmonies of #50940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50940F

Black with #50940F

Text Example


Text Example

White with #50940F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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