#78c631

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

Shades of Lima #78C631

Tints of Lima #78C631

Color information

#78C631 (or 0x78C631) is unknown color: approx Lima. HEX triplet: 78, C6 and 31. RGB value is (120,198,49). Sum of RGB (Red+Green+Blue) = 120+198+49=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 198 (77.73% from 255 or 53.95% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 198 - color contains mainly: green. Hex color #78C631 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C631 is #8739CE. Grayscale: #9E9E9E. Windows color (decimal): -8862159 or 3262072. OLE color: 3262072.

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

Color convert

RGB12019849-
CMYK0.3900.750.22
HSL91.41º60.32%48.43%-
HSV(B)91.41º75.25%77.65%-
XYZ28.4944.610.01-
YUV157.6966.66101.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.70%
GREEN value IS 198 (77.73% from 255) = 53.95%
BLUE value IS 49 (19.53% from 255) = 13.35%
R=32.70%
G=53.95%
B=13.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal120198490.3900.750.2291.4160.3248.43
Hex78C6312704B165b3c30
Octal17030661470113261337460
Binary11110001100011011000110011101001011101101011011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78c631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78c631; }

 p { color: rgb(120,198,49); }

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

<style>
 a { background-color: #78c631; }

 a { background-color: rgb(120,198,49); }

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

<style>
 span { border-color: #78c631; }

 span { border-color: rgb(120,198,49); }

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