Html Css Color HEX #509123 Limeade

📋 copy color: '#509123'

red 80 ◦ green 145 ◦ blue 35

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

Shades of Limeade #509123

Tints of Limeade #509123

RGB

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

 GREEN value IS 145 (57.03% from 255) = 55.77%

 BLUE value IS 35 (14.06% from 255) = 13.46%

R = 30.77%
G = 55.77%
B = 13.46%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.76

 K value IS 0.43

RGB Variations

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

Color information

#509123 (or 0x509123) is known color: Limeade. HEX triplet: 50, 91 and 23. RGB value is (80,145,35). Sum of RGB (Red+Green+Blue) = 80+145+35=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 145 (57.03% from 255 or 55.77% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 145 - color contains mainly: green. Hex color #509123 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509123 is #AF6EDC. Grayscale: #717171. Windows color (decimal): -11497181 or 2330960. OLE color: 2330960.

HSL color Cylindrical-coordinate representation of color #509123: hue angle of 95.45º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #509123 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 145 35 -
CMYK 0.45 0 0.76 0.43
HSL 95.45º 0.61% 0.35% -
HSV(B) 95.45º 0.76% 0.57% -
XYZ 13.74 22.08 5.13 -
YUV 113.03 83.97 104.44 -
System Red Green Blue C M Y K H S L
Decimal 80 145 35 0.45 0 0.76 0.43 95.45 0.61 0.35
Hex 50 91 23 2D 0 4C 2B 5F 3D 23
Octal 120 221 43 55 0 114 53 137 75 43
Binary 1010000 10010001 100011 101101 0 1001100 101011 1011111 111101 100011

Color Harmonies of #509123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509123

Black with #509123

Text Example


Text Example

White with #509123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509123; }

 p { color: rgb(80,145,35); }

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

background-color css

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

 a { background-color: rgb(80,145,35); }

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

border-color css

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

 span { border-color: rgb(80,145,35); }

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