#73BD33

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

Shades of Lima #73BD33

Tints of Lima #73BD33

Color information

#73BD33 (or 0x73BD33) is unknown color: approx Lima. HEX triplet: 73, BD and 33. RGB value is (115,189,51). Sum of RGB (Red+Green+Blue) = 115+189+51=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 189 (74.22% from 255 or 53.24% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 189 - color contains mainly: green. Hex color #73BD33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BD33 is #8C42CC. Grayscale: #979797. Windows color (decimal): -9192141 or 3390835. OLE color: 3390835.

HSL color Cylindrical-coordinate representation of color #73BD33: hue angle of 92.17º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73BD33 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB11518951-
CMYK0.3900.730.26
HSL92.17º57.5%47.06%-
HSV(B)92.17º73.02%74.12%-
XYZ25.8740.289.54-
YUV151.1471.48102.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.39%
GREEN value IS 189 (74.22% from 255) = 53.24%
BLUE value IS 51 (20.31% from 255) = 14.37%
R=32.39%
G=53.24%
B=14.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal115189510.3900.730.2692.1757.547.06
Hex73BD33270491A5c3a2f
Octal16327563470111321347257
Binary11100111011110111001110011101001001110101011100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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