#73AF28

Color #73AF28 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #73AF28

Tints of Lima #73AF28

Color information

#73AF28 (or 0x73AF28) is unknown color: approx Lima. HEX triplet: 73, AF and 28. RGB value is (115,175,40). Sum of RGB (Red+Green+Blue) = 115+175+40=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 175 (68.75% from 255 or 53.03% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AF28 is #8C50D7. Grayscale: #8E8E8E. Windows color (decimal): -9195736 or 2666355. OLE color: 2666355.

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

Color convert

RGB11517540-
CMYK0.3400.770.31
HSL86.67º62.79%42.16%-
HSV(B)86.67º77.14%68.63%-
XYZ22.7834.467.46-
YUV141.6770.62108.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.85%
GREEN value IS 175 (68.75% from 255) = 53.03%
BLUE value IS 40 (16.02% from 255) = 12.12%
R=34.85%
G=53.03%
B=12.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal115175400.3400.770.3186.6762.7942.16
Hex73AF282204D1F573f2a
Octal16325750420115371277752
Binary11100111010111110100010001001001101111111010111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AF28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #73AF28;
 }
 .AnyTagClassName
 {
   color: #73AF28;
 }
</style>
background-color css

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

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

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

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

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

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