#78B712

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

Shades of Lima #78B712

Tints of Lima #78B712

Color information

#78B712 (or 0x78B712) is unknown color: approx Lima. HEX triplet: 78, B7 and 12. RGB value is (120,183,18). Sum of RGB (Red+Green+Blue) = 120+183+18=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 183 (71.88% from 255 or 57.01% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 183 - color contains mainly: green. Hex color #78B712 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78B712 is #8748ED. Grayscale: #919191. Windows color (decimal): -8866030 or 1226616. OLE color: 1226616.

HSL color Cylindrical-coordinate representation of color #78B712: hue angle of 82.91º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78B712 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB12018318-
CMYK0.3400.900.28
HSL82.91º82.09%39.41%-
HSV(B)82.91º90.16%71.76%-
XYZ24.7937.96.58-
YUV145.3556.13109.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.38%
GREEN value IS 183 (71.88% from 255) = 57.01%
BLUE value IS 18 (7.42% from 255) = 5.61%
R=37.38%
G=57.01%
B=5.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal120183180.3400.900.2882.9182.0939.41
Hex78B7122205A1C535227
Octal170267224201323412312247
Binary11110001011011110010100010010110101110010100111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,183,18); }

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

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

 a { background-color: rgb(120,183,18); }

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

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

 span { border-color: rgb(120,183,18); }

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