#78C70D

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

Shades of Lima #78C70D

Tints of Lima #78C70D

Color information

#78C70D (or 0x78C70D) is unknown color: approx Lima. HEX triplet: 78, C7 and 0D. RGB value is (120,199,13). Sum of RGB (Red+Green+Blue) = 120+199+13=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 199 (78.12% from 255 or 59.94% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 199 - color contains mainly: green. Hex color #78C70D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78C70D is #8738F2. Grayscale: #9A9A9A. Windows color (decimal): -8861939 or 903032. OLE color: 903032.

HSL color Cylindrical-coordinate representation of color #78C70D: hue angle of 85.48º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78C70D is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB12019913-
CMYK0.4000.930.22
HSL85.48º87.74%41.57%-
HSV(B)85.48º93.47%78.04%-
XYZ28.2444.877.55-
YUV154.1748.33103.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.14%
GREEN value IS 199 (78.12% from 255) = 59.94%
BLUE value IS 13 (5.47% from 255) = 3.92%
R=36.14%
G=59.94%
B=3.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal120199130.4000.930.2285.4887.7441.57
Hex78C7D2805D1655582a
Octal170307155001352612513052
Binary1111000110001111101101000010111011011010101011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C70D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,199,13); }

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

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

 a { background-color: rgb(120,199,13); }

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

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

 span { border-color: rgb(120,199,13); }

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