#77C832

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

Shades of Lima #77C832

Tints of Lima #77C832

Color information

#77C832 (or 0x77C832) is unknown color: approx Lima. HEX triplet: 77, C8 and 32. RGB value is (119,200,50). Sum of RGB (Red+Green+Blue) = 119+200+50=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 200 (78.52% from 255 or 54.20% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 200 - color contains mainly: green. Hex color #77C832 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C832 is #8837CD. Grayscale: #9F9F9F. Windows color (decimal): -8927182 or 3328119. OLE color: 3328119.

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

Color convert

RGB11920050-
CMYK0.4000.750.22
HSL92.4º60%49.02%-
HSV(B)92.4º75%78.43%-
XYZ28.8445.4610.27-
YUV158.6866.6699.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.25%
GREEN value IS 200 (78.52% from 255) = 54.20%
BLUE value IS 50 (19.92% from 255) = 13.55%
R=32.25%
G=54.20%
B=13.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal119200500.4000.750.2292.46049.02
Hex77C8322804B165c3c31
Octal16731062500113261347461
Binary11101111100100011001010100001001011101101011100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,200,50); }

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

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

 a { background-color: rgb(119,200,50); }

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

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

 span { border-color: rgb(119,200,50); }

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