Html Css Color HEX #509820 Limeade

📋 copy color: '#509820'

red 80 ◦ green 152 ◦ blue 32

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

Shades of Limeade #509820

Tints of Limeade #509820

RGB

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

 GREEN value IS 152 (59.77% from 255) = 57.58%

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

R = 30.3%
G = 57.58%
B = 12.12%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#509820 (or 0x509820) is known color: Limeade. HEX triplet: 50, 98 and 20. RGB value is (80,152,32). Sum of RGB (Red+Green+Blue) = 80+152+32=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 152 (59.77% from 255 or 57.58% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 152 - color contains mainly: green. Hex color #509820 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509820 is #AF67DF. Grayscale: #757575. Windows color (decimal): -11495392 or 2136144. OLE color: 2136144.

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

Color convert

RGB 80 152 32 -
CMYK 0.47 0 0.79 0.40
HSL 96º 0.65% 0.36% -
HSV(B) 96º 0.79% 0.6% -
XYZ 14.8 24.27 5.27 -
YUV 116.79 80.15 101.76 -
System Red Green Blue C M Y K H S L
Decimal 80 152 32 0.47 0 0.79 0.40 96 0.65 0.36
Hex 50 98 20 2F 0 4F 28 60 41 24
Octal 120 230 40 57 0 117 50 140 101 44
Binary 1010000 10011000 100000 101111 0 1001111 101000 1100000 1000001 100100

Color Harmonies of #509820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509820

Black with #509820

Text Example


Text Example

White with #509820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509820; }

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

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

background-color css

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

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

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

border-color css

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

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

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