Html Css Color HEX #509920 Limeade

📋 copy color: '#509920'

red 80 ◦ green 153 ◦ blue 32

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

Shades of Limeade #509920

Tints of Limeade #509920

RGB

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

 GREEN value IS 153 (60.16% from 255) = 57.74%

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

R = 30.19%
G = 57.74%
B = 12.08%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#509920 (or 0x509920) is known color: Limeade. HEX triplet: 50, 99 and 20. RGB value is (80,153,32). Sum of RGB (Red+Green+Blue) = 80+153+32=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 153 (60.16% from 255 or 57.74% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 153 - color contains mainly: green. Hex color #509920 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509920 is #AF66DF. Grayscale: #757575. Windows color (decimal): -11495136 or 2136400. OLE color: 2136400.

HSL color Cylindrical-coordinate representation of color #509920: hue angle of 96.2º 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 #509920 is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 153 32 -
CMYK 0.48 0 0.79 0.4
HSL 96.2º 0.65% 0.36% -
HSV(B) 96.2º 0.79% 0.6% -
XYZ 14.96 24.59 5.32 -
YUV 117.38 79.82 101.34 -
System Red Green Blue C M Y K H S L
Decimal 80 153 32 0.48 0 0.79 0.4 96.2 0.65 0.36
Hex 50 99 20 30 0 4F 28 60 41 24
Octal 120 231 40 60 0 117 50 140 101 44
Binary 1010000 10011001 100000 110000 0 1001111 101000 1100000 1000001 100100

Color Harmonies of #509920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509920

Black with #509920

Text Example


Text Example

White with #509920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509920; }

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

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

background-color css

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

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

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

border-color css

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

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

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