#74B523

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

Shades of Lima #74B523

Tints of Lima #74B523

Color information

#74B523 (or 0x74B523) is unknown color: approx Lima. HEX triplet: 74, B5 and 23. RGB value is (116,181,35). Sum of RGB (Red+Green+Blue) = 116+181+35=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 181 (71.09% from 255 or 54.52% from 332); Blue value is 35 (14.06% from 255 or 10.54% from 332); Max value from RGB is 181 - color contains mainly: green. Hex color #74B523 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B523 is #8B4ADC. Grayscale: #919191. Windows color (decimal): -9128669 or 2340212. OLE color: 2340212.

HSL color Cylindrical-coordinate representation of color #74B523: hue angle of 86.71º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74B523 is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB11618135-
CMYK0.3600.810.29
HSL86.71º67.59%42.35%-
HSV(B)86.71º80.66%70.98%-
XYZ24.0336.887.44-
YUV144.9265.97107.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.94%
GREEN value IS 181 (71.09% from 255) = 54.52%
BLUE value IS 35 (14.06% from 255) = 10.54%
R=34.94%
G=54.52%
B=10.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal116181350.3600.810.2986.7167.5942.35
Hex74B523240511D57442a
Octal164265434401213512710452
Binary111010010110101100011100100010100011110110101111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74B523; }

 p { color: rgb(116,181,35); }

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

<style>
 a { background-color: #74B523; }

 a { background-color: rgb(116,181,35); }

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

<style>
 span { border-color: #74B523; }

 span { border-color: rgb(116,181,35); }

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