Html Css Color HEX #509529 Limeade

📋 copy color: '#509529'

red 80 ◦ green 149 ◦ blue 41

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

Shades of Limeade #509529

Tints of Limeade #509529

RGB

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

 GREEN value IS 149 (58.59% from 255) = 55.19%

 BLUE value IS 41 (16.41% from 255) = 15.19%

R = 29.63%
G = 55.19%
B = 15.19%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#509529 (or 0x509529) is known color: Limeade. HEX triplet: 50, 95 and 29. RGB value is (80,149,41). Sum of RGB (Red+Green+Blue) = 80+149+41=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #509529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509529 is #AF6AD6. Grayscale: #747474. Windows color (decimal): -11496151 or 2725200. OLE color: 2725200.

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

Color convert

RGB 80 149 41 -
CMYK 0.46 0 0.72 0.42
HSL 98.33º 0.57% 0.37% -
HSV(B) 98.33º 0.72% 0.58% -
XYZ 14.46 23.36 5.84 -
YUV 116.06 85.64 102.28 -
System Red Green Blue C M Y K H S L
Decimal 80 149 41 0.46 0 0.72 0.42 98.33 0.57 0.37
Hex 50 95 29 2E 0 48 2A 62 39 25
Octal 120 225 51 56 0 110 52 142 71 45
Binary 1010000 10010101 101001 101110 0 1001000 101010 1100010 111001 100101

Color Harmonies of #509529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509529

Black with #509529

Text Example


Text Example

White with #509529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509529; }

 p { color: rgb(80,149,41); }

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

background-color css

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

 a { background-color: rgb(80,149,41); }

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

border-color css

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

 span { border-color: rgb(80,149,41); }

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