Html Css Color HEX #73AF32 Lima

📋 copy color: '#73AF32'

red 115 ◦ green 175 ◦ blue 50

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

Shades of Lima #73AF32

Tints of Lima #73AF32

RGB

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

 GREEN value IS 175 (68.75% from 255) = 51.47%

 BLUE value IS 50 (19.92% from 255) = 14.71%

R = 33.82%
G = 51.47%
B = 14.71%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#73AF32 (or 0x73AF32) is known color: Lima. HEX triplet: 73, AF and 32. RGB value is (115,175,50). Sum of RGB (Red+Green+Blue) = 115+175+50=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 175 (68.75% from 255 or 51.47% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AF32 is #8C50CD. Grayscale: #8F8F8F. Windows color (decimal): -9195726 or 3321715. OLE color: 3321715.

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

Color convert

RGB 115 175 50 -
CMYK 0.34 0 0.71 0.31
HSL 88.8º 0.56% 0.44% -
HSV(B) 88.8º 0.71% 0.69% -
XYZ 22.98 34.54 8.47 -
YUV 142.81 75.62 108.16 -
System Red Green Blue C M Y K H S L
Decimal 115 175 50 0.34 0 0.71 0.31 88.8 0.56 0.44
Hex 73 AF 32 22 0 47 1F 59 38 2C
Octal 163 257 62 42 0 107 37 131 70 54
Binary 1110011 10101111 110010 100010 0 1000111 11111 1011001 111000 101100

Color Harmonies of #73AF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AF32

Black with #73AF32

Text Example


Text Example

White with #73AF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,175,50); }

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

background-color css

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

 a { background-color: rgb(115,175,50); }

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

border-color css

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

 span { border-color: rgb(115,175,50); }

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