#74C516

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

Shades of Lima #74C516

Tints of Lima #74C516

Color information

#74C516 (or 0x74C516) is unknown color: approx Lima. HEX triplet: 74, C5 and 16. RGB value is (116,197,22). Sum of RGB (Red+Green+Blue) = 116+197+22=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 197 (77.34% from 255 or 58.81% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 197 - color contains mainly: green. Hex color #74C516 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74C516 is #8B3AE9. Grayscale: #999999. Windows color (decimal): -9124586 or 1492340. OLE color: 1492340.

HSL color Cylindrical-coordinate representation of color #74C516: hue angle of 87.77º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74C516 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB11619722-
CMYK0.4100.890.23
HSL87.77º79.91%42.94%-
HSV(B)87.77º88.83%77.25%-
XYZ27.3143.77.76-
YUV152.8354.16101.73-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.63%
GREEN value IS 197 (77.34% from 255) = 58.81%
BLUE value IS 22 (8.98% from 255) = 6.57%
R=34.63%
G=58.81%
B=6.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal116197220.4100.890.2387.7779.9142.94
Hex74C516290591758502b
Octal164305265101312713012053
Binary11101001100010110110101001010110011011110110001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,197,22); }

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

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

 a { background-color: rgb(116,197,22); }

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

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

 span { border-color: rgb(116,197,22); }

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