#74B133

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

Shades of Lima #74B133

Tints of Lima #74B133

Color information

#74B133 (or 0x74B133) is unknown color: approx Lima. HEX triplet: 74, B1 and 33. RGB value is (116,177,51). Sum of RGB (Red+Green+Blue) = 116+177+51=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 177 (69.53% from 255 or 51.45% from 344); Blue value is 51 (20.31% from 255 or 14.83% from 344); Max value from RGB is 177 - color contains mainly: green. Hex color #74B133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74B133 is #8B4ECC. Grayscale: #909090. Windows color (decimal): -9129677 or 3387764. OLE color: 3387764.

HSL color Cylindrical-coordinate representation of color #74B133: hue angle of 89.05º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74B133 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB11617751-
CMYK0.3400.710.31
HSL89.05º55.26%44.71%-
HSV(B)89.05º71.19%69.41%-
XYZ23.5235.48.72-
YUV144.475.29107.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.72%
GREEN value IS 177 (69.53% from 255) = 51.45%
BLUE value IS 51 (20.31% from 255) = 14.83%
R=33.72%
G=51.45%
B=14.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116177510.3400.710.3189.0555.2644.71
Hex74B133220471F59372d
Octal16426163420107371316755
Binary11101001011000111001110001001000111111111011001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,177,51); }

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

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

 a { background-color: rgb(116,177,51); }

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

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

 span { border-color: rgb(116,177,51); }

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