#77CA12

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

Shades of Lima #77CA12

Tints of Lima #77CA12

Color information

#77CA12 (or 0x77CA12) is unknown color: approx Lima. HEX triplet: 77, CA and 12. RGB value is (119,202,18). Sum of RGB (Red+Green+Blue) = 119+202+18=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 202 (79.30% from 255 or 59.59% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 202 - color contains mainly: green. Hex color #77CA12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77CA12 is #8835ED. Grayscale: #9C9C9C. Windows color (decimal): -8926702 or 1231479. OLE color: 1231479.

HSL color Cylindrical-coordinate representation of color #77CA12: hue angle of 87.07º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77CA12 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB11920218-
CMYK0.4100.910.21
HSL87.07º83.64%43.14%-
HSV(B)87.07º91.09%79.22%-
XYZ28.8446.217.97-
YUV156.2150101.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.10%
GREEN value IS 202 (79.30% from 255) = 59.59%
BLUE value IS 18 (7.42% from 255) = 5.31%
R=35.10%
G=59.59%
B=5.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal119202180.4100.910.2187.0783.6443.14
Hex77CA122905B1557542b
Octal167312225101332512712453
Binary11101111100101010010101001010110111010110101111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,202,18); }

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

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

 a { background-color: rgb(119,202,18); }

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

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

 span { border-color: rgb(119,202,18); }

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