Html Css Color HEX #509610 Limeade

📋 copy color: '#509610'

red 80 ◦ green 150 ◦ blue 16

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

Shades of Limeade #509610

Tints of Limeade #509610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.5%

R = 32.52%
G = 60.98%
B = 6.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#509610 (or 0x509610) is known color: Limeade. HEX triplet: 50, 96 and 10. RGB value is (80,150,16). Sum of RGB (Red+Green+Blue) = 80+150+16=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 150 (58.98% from 255 or 60.98% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 150 - color contains mainly: green. Hex color #509610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509610 is #AF69EF. Grayscale: #727272. Windows color (decimal): -11495920 or 1087056. OLE color: 1087056.

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

Color convert

RGB 80 150 16 -
CMYK 0.47 0 0.89 0.41
HSL 91.34º 0.81% 0.33% -
HSV(B) 91.34º 0.89% 0.59% -
XYZ 14.31 23.56 4.28 -
YUV 113.79 72.81 103.9 -
System Red Green Blue C M Y K H S L
Decimal 80 150 16 0.47 0 0.89 0.41 91.34 0.81 0.33
Hex 50 96 10 2F 0 59 29 5B 51 21
Octal 120 226 20 57 0 131 51 133 121 41
Binary 1010000 10010110 10000 101111 0 1011001 101001 1011011 1010001 100001

Color Harmonies of #509610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509610

Black with #509610

Text Example


Text Example

White with #509610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509610; }

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

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

background-color css

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

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

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

border-color css

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

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

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