Html Css Color HEX #73AF35 Lima

📋 copy color: '#73AF35'

red 115 ◦ green 175 ◦ blue 53

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

Shades of Lima #73AF35

Tints of Lima #73AF35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.45%

R = 33.53%
G = 51.02%
B = 15.45%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#73AF35 (or 0x73AF35) is known color: Lima. HEX triplet: 73, AF and 35. RGB value is (115,175,53). Sum of RGB (Red+Green+Blue) = 115+175+53=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AF35 is #8C50CA. Grayscale: #8F8F8F. Windows color (decimal): -9195723 or 3518323. OLE color: 3518323.

HSL color Cylindrical-coordinate representation of color #73AF35: hue angle of 89.51º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73AF35 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 175 53 -
CMYK 0.34 0 0.70 0.31
HSL 89.51º 0.54% 0.45% -
HSV(B) 89.51º 0.7% 0.69% -
XYZ 23.04 34.56 8.82 -
YUV 143.15 77.12 107.92 -
System Red Green Blue C M Y K H S L
Decimal 115 175 53 0.34 0 0.70 0.31 89.51 0.54 0.45
Hex 73 AF 35 22 0 46 1F 5A 36 2D
Octal 163 257 65 42 0 106 37 132 66 55
Binary 1110011 10101111 110101 100010 0 1000110 11111 1011010 110110 101101

Color Harmonies of #73AF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AF35

Black with #73AF35

Text Example


Text Example

White with #73AF35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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