#77AF18

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

Shades of Lima #77AF18

Tints of Lima #77AF18

Color information

#77AF18 (or 0x77AF18) is unknown color: approx Lima. HEX triplet: 77, AF and 18. RGB value is (119,175,24). Sum of RGB (Red+Green+Blue) = 119+175+24=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 175 (68.75% from 255 or 55.03% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 175 - color contains mainly: green. Hex color #77AF18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77AF18 is #8850E7. Grayscale: #8D8D8D. Windows color (decimal): -8933608 or 1617783. OLE color: 1617783.

HSL color Cylindrical-coordinate representation of color #77AF18: hue angle of 82.25º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #77AF18 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB11917524-
CMYK0.3200.860.31
HSL82.25º75.88%39.02%-
HSV(B)82.25º86.29%68.63%-
XYZ23.134.656.33-
YUV141.0461.95112.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.42%
GREEN value IS 175 (68.75% from 255) = 55.03%
BLUE value IS 24 (9.77% from 255) = 7.55%
R=37.42%
G=55.03%
B=7.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal119175240.3200.860.3182.2575.8839.02
Hex77AF18200561F524c27
Octal167257304001263712211447
Binary11101111010111111000100000010101101111110100101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,175,24); }

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

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

 a { background-color: rgb(119,175,24); }

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

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

 span { border-color: rgb(119,175,24); }

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