Html Css Color HEX #509326 Limeade

📋 copy color: '#509326'

red 80 ◦ green 147 ◦ blue 38

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

Shades of Limeade #509326

Tints of Limeade #509326

RGB

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

 GREEN value IS 147 (57.81% from 255) = 55.47%

 BLUE value IS 38 (15.23% from 255) = 14.34%

R = 30.19%
G = 55.47%
B = 14.34%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#509326 (or 0x509326) is known color: Limeade. HEX triplet: 50, 93 and 26. RGB value is (80,147,38). Sum of RGB (Red+Green+Blue) = 80+147+38=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 147 (57.81% from 255 or 55.47% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 147 - color contains mainly: green. Hex color #509326 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509326 is #AF6CD9. Grayscale: #727272. Windows color (decimal): -11496666 or 2528080. OLE color: 2528080.

HSL color Cylindrical-coordinate representation of color #509326: hue angle of 96.88º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #509326 is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 147 38 -
CMYK 0.46 0 0.74 0.42
HSL 96.88º 0.59% 0.36% -
HSV(B) 96.88º 0.74% 0.58% -
XYZ 14.09 22.71 5.48 -
YUV 114.54 84.8 103.36 -
System Red Green Blue C M Y K H S L
Decimal 80 147 38 0.46 0 0.74 0.42 96.88 0.59 0.36
Hex 50 93 26 2E 0 4A 2A 61 3B 24
Octal 120 223 46 56 0 112 52 141 73 44
Binary 1010000 10010011 100110 101110 0 1001010 101010 1100001 111011 100100

Color Harmonies of #509326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509326

Black with #509326

Text Example


Text Example

White with #509326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509326; }

 p { color: rgb(80,147,38); }

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

background-color css

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

 a { background-color: rgb(80,147,38); }

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

border-color css

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

 span { border-color: rgb(80,147,38); }

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