Html Css Color HEX #73AD31 Lima

📋 copy color: '#73AD31'

red 115 ◦ green 173 ◦ blue 49

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

Shades of Lima #73AD31

Tints of Lima #73AD31

RGB

 RED value IS 115 (45.31% from 255) = 34.12%

 GREEN value IS 173 (67.97% from 255) = 51.34%

 BLUE value IS 49 (19.53% from 255) = 14.54%

R = 34.12%
G = 51.34%
B = 14.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#73AD31 (or 0x73AD31) is known color: Lima. HEX triplet: 73, AD and 31. RGB value is (115,173,49). Sum of RGB (Red+Green+Blue) = 115+173+49=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 173 (67.97% from 255 or 51.34% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 173 - color contains mainly: green. Hex color #73AD31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AD31 is #8C52CE. Grayscale: #8D8D8D. Windows color (decimal): -9196239 or 3255667. OLE color: 3255667.

HSL color Cylindrical-coordinate representation of color #73AD31: hue angle of 88.06º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73AD31 is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 173 49 -
CMYK 0.34 0 0.72 0.32
HSL 88.06º 0.56% 0.44% -
HSV(B) 88.06º 0.72% 0.68% -
XYZ 22.57 33.75 8.23 -
YUV 141.52 75.78 109.08 -
System Red Green Blue C M Y K H S L
Decimal 115 173 49 0.34 0 0.72 0.32 88.06 0.56 0.44
Hex 73 AD 31 22 0 48 20 58 38 2C
Octal 163 255 61 42 0 110 40 130 70 54
Binary 1110011 10101101 110001 100010 0 1001000 100000 1011000 111000 101100

Color Harmonies of #73AD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AD31

Black with #73AD31

Text Example


Text Example

White with #73AD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73AD31; }

 p { color: rgb(115,173,49); }

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

background-color css

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

 a { background-color: rgb(115,173,49); }

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

border-color css

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

 span { border-color: rgb(115,173,49); }

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