Html Css Color HEX #509620 Limeade

📋 copy color: '#509620'

red 80 ◦ green 150 ◦ blue 32

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

Shades of Limeade #509620

Tints of Limeade #509620

RGB

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

 GREEN value IS 150 (58.98% from 255) = 57.25%

 BLUE value IS 32 (12.89% from 255) = 12.21%

R = 30.53%
G = 57.25%
B = 12.21%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#509620 (or 0x509620) is known color: Limeade. HEX triplet: 50, 96 and 20. RGB value is (80,150,32). Sum of RGB (Red+Green+Blue) = 80+150+32=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 150 (58.98% from 255 or 57.25% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 150 - color contains mainly: green. Hex color #509620 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509620 is #AF69DF. Grayscale: #747474. Windows color (decimal): -11495904 or 2135632. OLE color: 2135632.

HSL color Cylindrical-coordinate representation of color #509620: hue angle of 95.59º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #509620 is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 150 32 -
CMYK 0.47 0 0.79 0.41
HSL 95.59º 0.65% 0.36% -
HSV(B) 95.59º 0.79% 0.59% -
XYZ 14.48 23.62 5.16 -
YUV 115.62 80.81 102.59 -
System Red Green Blue C M Y K H S L
Decimal 80 150 32 0.47 0 0.79 0.41 95.59 0.65 0.36
Hex 50 96 20 2F 0 4F 29 60 41 24
Octal 120 226 40 57 0 117 51 140 101 44
Binary 1010000 10010110 100000 101111 0 1001111 101001 1100000 1000001 100100

Color Harmonies of #509620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509620

Black with #509620

Text Example


Text Example

White with #509620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509620; }

 p { color: rgb(80,150,32); }

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

background-color css

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

 a { background-color: rgb(80,150,32); }

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

border-color css

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

 span { border-color: rgb(80,150,32); }

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