Html Css Color HEX #73AF33 Lima

📋 copy color: '#73AF33'

red 115 ◦ green 175 ◦ blue 51

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

Shades of Lima #73AF33

Tints of Lima #73AF33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.96%

R = 33.72%
G = 51.32%
B = 14.96%

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

#73AF33 (or 0x73AF33) is known color: Lima. HEX triplet: 73, AF and 33. RGB value is (115,175,51). Sum of RGB (Red+Green+Blue) = 115+175+51=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AF33 is #8C50CC. Grayscale: #8F8F8F. Windows color (decimal): -9195725 or 3387251. OLE color: 3387251.

HSL color Cylindrical-coordinate representation of color #73AF33: hue angle of 89.03º degrees, saturation: 0.55, 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 #73AF33 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 175 51 -
CMYK 0.34 0 0.71 0.31
HSL 89.03º 0.55% 0.44% -
HSV(B) 89.03º 0.71% 0.69% -
XYZ 23 34.54 8.59 -
YUV 142.92 76.12 108.08 -
System Red Green Blue C M Y K H S L
Decimal 115 175 51 0.34 0 0.71 0.31 89.03 0.55 0.44
Hex 73 AF 33 22 0 47 1F 59 37 2C
Octal 163 257 63 42 0 107 37 131 67 54
Binary 1110011 10101111 110011 100010 0 1000111 11111 1011001 110111 101100

Color Harmonies of #73AF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AF33

Black with #73AF33

Text Example


Text Example

White with #73AF33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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