Html Css Color HEX #509523 Limeade

📋 copy color: '#509523'

red 80 ◦ green 149 ◦ blue 35

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

Shades of Limeade #509523

Tints of Limeade #509523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.26%

R = 30.3%
G = 56.44%
B = 13.26%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#509523 (or 0x509523) is known color: Limeade. HEX triplet: 50, 95 and 23. RGB value is (80,149,35). Sum of RGB (Red+Green+Blue) = 80+149+35=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 149 (58.59% from 255 or 56.44% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 149 - color contains mainly: green. Hex color #509523 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509523 is #AF6ADC. Grayscale: #737373. Windows color (decimal): -11496157 or 2331984. OLE color: 2331984.

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

Color convert

RGB 80 149 35 -
CMYK 0.46 0 0.77 0.42
HSL 96.32º 0.62% 0.36% -
HSV(B) 96.32º 0.77% 0.58% -
XYZ 14.36 23.32 5.33 -
YUV 115.37 82.64 102.77 -
System Red Green Blue C M Y K H S L
Decimal 80 149 35 0.46 0 0.77 0.42 96.32 0.62 0.36
Hex 50 95 23 2E 0 4D 2A 60 3E 24
Octal 120 225 43 56 0 115 52 140 76 44
Binary 1010000 10010101 100011 101110 0 1001101 101010 1100000 111110 100100

Color Harmonies of #509523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509523

Black with #509523

Text Example


Text Example

White with #509523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509523; }

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

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

background-color css

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

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

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

border-color css

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

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

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