#77C72A

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

Shades of Lima #77C72A

Tints of Lima #77C72A

Color information

#77C72A (or 0x77C72A) is unknown color: approx Lima. HEX triplet: 77, C7 and 2A. RGB value is (119,199,42). Sum of RGB (Red+Green+Blue) = 119+199+42=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 199 (78.12% from 255 or 55.28% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 199 - color contains mainly: green. Hex color #77C72A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C72A is #8838D5. Grayscale: #9D9D9D. Windows color (decimal): -8927446 or 2803575. OLE color: 2803575.

HSL color Cylindrical-coordinate representation of color #77C72A: hue angle of 90.57º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #77C72A is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB11919942-
CMYK0.4000.790.22
HSL90.57º65.15%47.25%-
HSV(B)90.57º78.89%78.04%-
XYZ28.4544.949.36-
YUV157.1863100.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.06%
GREEN value IS 199 (78.12% from 255) = 55.28%
BLUE value IS 42 (16.80% from 255) = 11.67%
R=33.06%
G=55.28%
B=11.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal119199420.4000.790.2290.5765.1547.25
Hex77C72A2804F165b412f
Octal167307525001172613310157
Binary111011111000111101010101000010011111011010110111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,199,42); }

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

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

 a { background-color: rgb(119,199,42); }

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

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

 span { border-color: rgb(119,199,42); }

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