#77C70D

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

Shades of Lima #77C70D

Tints of Lima #77C70D

Color information

#77C70D (or 0x77C70D) is unknown color: approx Lima. HEX triplet: 77, C7 and 0D. RGB value is (119,199,13). Sum of RGB (Red+Green+Blue) = 119+199+13=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 199 (78.12% from 255 or 60.12% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 199 - color contains mainly: green. Hex color #77C70D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77C70D is #8838F2. Grayscale: #9A9A9A. Windows color (decimal): -8927475 or 903031. OLE color: 903031.

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

Color convert

RGB11919913-
CMYK0.4000.930.22
HSL85.81º87.74%41.57%-
HSV(B)85.81º93.47%78.04%-
XYZ28.144.87.55-
YUV153.8848.5103.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.95%
GREEN value IS 199 (78.12% from 255) = 60.12%
BLUE value IS 13 (5.47% from 255) = 3.93%
R=35.95%
G=60.12%
B=3.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal119199130.4000.930.2285.8187.7441.57
Hex77C7D2805D1656582a
Octal167307155001352612613052
Binary1110111110001111101101000010111011011010101101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C70D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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