#77CD18

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

Shades of Lima #77CD18

Tints of Lima #77CD18

Color information

#77CD18 (or 0x77CD18) is unknown color: approx Lima. HEX triplet: 77, CD and 18. RGB value is (119,205,24). Sum of RGB (Red+Green+Blue) = 119+205+24=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 205 (80.47% from 255 or 58.91% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 205 - color contains mainly: green. Hex color #77CD18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77CD18 is #8832E7. Grayscale: #9F9F9F. Windows color (decimal): -8925928 or 1625463. OLE color: 1625463.

HSL color Cylindrical-coordinate representation of color #77CD18: hue angle of 88.51º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #77CD18 is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB11920524-
CMYK0.4200.880.20
HSL88.51º79.04%44.9%-
HSV(B)88.51º88.29%80.39%-
XYZ29.647.658.5-
YUV158.6552.0199.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.20%
GREEN value IS 205 (80.47% from 255) = 58.91%
BLUE value IS 24 (9.77% from 255) = 6.90%
R=34.20%
G=58.91%
B=6.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal119205240.4200.880.2088.5179.0444.9
Hex77CD182A05814594f2d
Octal167315305201302413111755
Binary11101111100110111000101010010110001010010110011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CD18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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