#76C322

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

Shades of Lima #76C322

Tints of Lima #76C322

Color information

#76C322 (or 0x76C322) is unknown color: approx Lima. HEX triplet: 76, C3 and 22. RGB value is (118,195,34). Sum of RGB (Red+Green+Blue) = 118+195+34=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 195 (76.56% from 255 or 56.20% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 195 - color contains mainly: green. Hex color #76C322 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C322 is #893CDD. Grayscale: #9A9A9A. Windows color (decimal): -8994014 or 2278262. OLE color: 2278262.

HSL color Cylindrical-coordinate representation of color #76C322: hue angle of 88.7º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #76C322 is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB11819534-
CMYK0.3900.830.24
HSL88.7º70.31%44.9%-
HSV(B)88.7º82.56%76.47%-
XYZ27.28438.38-
YUV153.6260.49102.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 195 (76.56% from 255) = 56.20%
BLUE value IS 34 (13.67% from 255) = 9.80%
R=34.01%
G=56.20%
B=9.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal118195340.3900.830.2488.770.3144.9
Hex76C322270531859462d
Octal166303424701233013110655
Binary111011011000011100010100111010100111100010110011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76C322; }

 p { color: rgb(118,195,34); }

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

<style>
 a { background-color: #76C322; }

 a { background-color: rgb(118,195,34); }

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

<style>
 span { border-color: #76C322; }

 span { border-color: rgb(118,195,34); }

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