Html Css Color HEX #509211 Limeade

📋 copy color: '#509211'

red 80 ◦ green 146 ◦ blue 17

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

Shades of Limeade #509211

Tints of Limeade #509211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 60.08%

 BLUE value IS 17 (7.03% from 255) = 7%

R = 32.92%
G = 60.08%
B = 7%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#509211 (or 0x509211) is known color: Limeade. HEX triplet: 50, 92 and 11. RGB value is (80,146,17). Sum of RGB (Red+Green+Blue) = 80+146+17=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 146 (57.42% from 255 or 60.08% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 146 - color contains mainly: green. Hex color #509211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #509211 is #AF6DEE. Grayscale: #707070. Windows color (decimal): -11496943 or 1151568. OLE color: 1151568.

HSL color Cylindrical-coordinate representation of color #509211: hue angle of 90.7º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #509211 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 146 17 -
CMYK 0.45 0 0.88 0.43
HSL 90.7º 0.79% 0.32% -
HSV(B) 90.7º 0.88% 0.57% -
XYZ 13.69 22.3 4.11 -
YUV 111.56 74.63 105.49 -
System Red Green Blue C M Y K H S L
Decimal 80 146 17 0.45 0 0.88 0.43 90.7 0.79 0.32
Hex 50 92 11 2D 0 58 2B 5B 4F 20
Octal 120 222 21 55 0 130 53 133 117 40
Binary 1010000 10010010 10001 101101 0 1011000 101011 1011011 1001111 100000

Color Harmonies of #509211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509211

Black with #509211

Text Example


Text Example

White with #509211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509211; }

 p { color: rgb(80,146,17); }

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

background-color css

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

 a { background-color: rgb(80,146,17); }

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

border-color css

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

 span { border-color: rgb(80,146,17); }

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