Html Css Color HEX #509605 Limeade

📋 copy color: '#509605'

red 80 ◦ green 150 ◦ blue 5

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

Shades of Limeade #509605

Tints of Limeade #509605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.13%

R = 34.04%
G = 63.83%
B = 2.13%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#509605 (or 0x509605) is known color: Limeade. HEX triplet: 50, 96 and 05. RGB value is (80,150,5). Sum of RGB (Red+Green+Blue) = 80+150+5=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 150 (58.98% from 255 or 63.83% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 150 - color contains mainly: green. Hex color #509605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509605 is #AF69FA. Grayscale: #717171. Windows color (decimal): -11495931 or 366160. OLE color: 366160.

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

Color convert

RGB 80 150 5 -
CMYK 0.47 0 0.97 0.41
HSL 88.97º 0.94% 0.3% -
HSV(B) 88.97º 0.97% 0.59% -
XYZ 14.24 23.53 3.93 -
YUV 112.54 67.31 104.79 -
System Red Green Blue C M Y K H S L
Decimal 80 150 5 0.47 0 0.97 0.41 88.97 0.94 0.3
Hex 50 96 5 2F 0 61 29 59 5E 1E
Octal 120 226 5 57 0 141 51 131 136 36
Binary 1010000 10010110 101 101111 0 1100001 101001 1011001 1011110 11110

Color Harmonies of #509605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509605

Black with #509605

Text Example


Text Example

White with #509605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509605; }

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

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

background-color css

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

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

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

border-color css

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

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

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