Html Css Color HEX #509613 Limeade

📋 copy color: '#509613'

red 80 ◦ green 150 ◦ blue 19

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

Shades of Limeade #509613

Tints of Limeade #509613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.63%

R = 32.13%
G = 60.24%
B = 7.63%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#509613 (or 0x509613) is known color: Limeade. HEX triplet: 50, 96 and 13. RGB value is (80,150,19). Sum of RGB (Red+Green+Blue) = 80+150+19=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 150 (58.98% from 255 or 60.24% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 150 - color contains mainly: green. Hex color #509613 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509613 is #AF69EC. Grayscale: #727272. Windows color (decimal): -11495917 or 1283664. OLE color: 1283664.

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

Color convert

RGB 80 150 19 -
CMYK 0.47 0 0.87 0.41
HSL 92.06º 0.78% 0.33% -
HSV(B) 92.06º 0.87% 0.59% -
XYZ 14.33 23.57 4.41 -
YUV 114.14 74.31 103.65 -
System Red Green Blue C M Y K H S L
Decimal 80 150 19 0.47 0 0.87 0.41 92.06 0.78 0.33
Hex 50 96 13 2F 0 57 29 5C 4E 21
Octal 120 226 23 57 0 127 51 134 116 41
Binary 1010000 10010110 10011 101111 0 1010111 101001 1011100 1001110 100001

Color Harmonies of #509613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509613

Black with #509613

Text Example


Text Example

White with #509613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509613; }

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

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

background-color css

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

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

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

border-color css

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

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

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