#77C326

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

Shades of Lima #77C326

Tints of Lima #77C326

Color information

#77C326 (or 0x77C326) is unknown color: approx Lima. HEX triplet: 77, C3 and 26. RGB value is (119,195,38). Sum of RGB (Red+Green+Blue) = 119+195+38=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 195 (76.56% from 255 or 55.40% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 195 - color contains mainly: green. Hex color #77C326 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C326 is #883CD9. Grayscale: #9A9A9A. Windows color (decimal): -8928474 or 2540407. OLE color: 2540407.

HSL color Cylindrical-coordinate representation of color #77C326: hue angle of 89.04º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #77C326 is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB11919538-
CMYK0.3900.810.24
HSL89.04º67.38%45.69%-
HSV(B)89.04º80.51%76.47%-
XYZ27.4743.098.7-
YUV154.3862.32102.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.81%
GREEN value IS 195 (76.56% from 255) = 55.40%
BLUE value IS 38 (15.23% from 255) = 10.80%
R=33.81%
G=55.40%
B=10.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal119195380.3900.810.2489.0467.3845.69
Hex77C326270511859432e
Octal167303464701213013110356
Binary111011111000011100110100111010100011100010110011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77C326; }

 p { color: rgb(119,195,38); }

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

<style>
 a { background-color: #77C326; }

 a { background-color: rgb(119,195,38); }

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

<style>
 span { border-color: #77C326; }

 span { border-color: rgb(119,195,38); }

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