#74B931

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

Shades of Lima #74B931

Tints of Lima #74B931

Color information

#74B931 (or 0x74B931) is unknown color: approx Lima. HEX triplet: 74, B9 and 31. RGB value is (116,185,49). Sum of RGB (Red+Green+Blue) = 116+185+49=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 185 (72.66% from 255 or 52.86% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 185 - color contains mainly: green. Hex color #74B931 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B931 is #8B46CE. Grayscale: #959595. Windows color (decimal): -9127631 or 3258740. OLE color: 3258740.

HSL color Cylindrical-coordinate representation of color #74B931: hue angle of 90.44º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74B931 is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB11618549-
CMYK0.3700.740.27
HSL90.44º58.12%45.88%-
HSV(B)90.44º73.51%72.55%-
XYZ25.1138.639.04-
YUV148.8671.64104.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.14%
GREEN value IS 185 (72.66% from 255) = 52.86%
BLUE value IS 49 (19.53% from 255) = 14%
R=33.14%
G=52.86%
B=14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116185490.3700.740.2790.4458.1245.88
Hex74B9312504A1B5a3a2e
Octal16427161450112331327256
Binary11101001011100111000110010101001010110111011010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,185,49); }

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

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

 a { background-color: rgb(116,185,49); }

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

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

 span { border-color: rgb(116,185,49); }

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