Html Css Color HEX #509504 Limeade

📋 copy color: '#509504'

red 80 ◦ green 149 ◦ blue 4

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

Shades of Limeade #509504

Tints of Limeade #509504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.72%

R = 34.33%
G = 63.95%
B = 1.72%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#509504 (or 0x509504) is known color: Limeade. HEX triplet: 50, 95 and 04. RGB value is (80,149,4). Sum of RGB (Red+Green+Blue) = 80+149+4=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 149 (58.59% from 255 or 63.95% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 149 - color contains mainly: green. Hex color #509504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509504 is #AF6AFB. Grayscale: #707070. Windows color (decimal): -11496188 or 300368. OLE color: 300368.

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

Color convert

RGB 80 149 4 -
CMYK 0.46 0 0.97 0.42
HSL 88.55º 0.95% 0.3% -
HSV(B) 88.55º 0.97% 0.58% -
XYZ 14.08 23.21 3.85 -
YUV 111.84 67.14 105.29 -
System Red Green Blue C M Y K H S L
Decimal 80 149 4 0.46 0 0.97 0.42 88.55 0.95 0.3
Hex 50 95 4 2E 0 61 2A 59 5F 1E
Octal 120 225 4 56 0 141 52 131 137 36
Binary 1010000 10010101 100 101110 0 1100001 101010 1011001 1011111 11110

Color Harmonies of #509504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509504

Black with #509504

Text Example


Text Example

White with #509504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509504; }

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

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

background-color css

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

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

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

border-color css

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

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

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