#73D526

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

Shades of Lima #73D526

Tints of Lima #73D526

Color information

#73D526 (or 0x73D526) is unknown color: approx Lima. HEX triplet: 73, D5 and 26. RGB value is (115,213,38). Sum of RGB (Red+Green+Blue) = 115+213+38=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 213 (83.59% from 255 or 58.20% from 366); Blue value is 38 (15.23% from 255 or 10.38% from 366); Max value from RGB is 213 - color contains mainly: green. Hex color #73D526 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D526 is #8C2AD9. Grayscale: #A4A4A4. Windows color (decimal): -9186010 or 2545011. OLE color: 2545011.

HSL color Cylindrical-coordinate representation of color #73D526: hue angle of 93.6º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73D526 is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB11521338-
CMYK0.4600.820.16
HSL93.6º69.72%49.22%-
HSV(B)93.6º82.16%83.53%-
XYZ31.2151.3710.1-
YUV163.7557.0393.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.42%
GREEN value IS 213 (83.59% from 255) = 58.20%
BLUE value IS 38 (15.23% from 255) = 10.38%
R=31.42%
G=58.20%
B=10.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal115213380.4600.820.1693.669.7249.22
Hex73D5262E052105e4631
Octal163325465601222013610661
Binary111001111010101100110101110010100101000010111101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,213,38); }

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

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

 a { background-color: rgb(115,213,38); }

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

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

 span { border-color: rgb(115,213,38); }

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