#78B92F

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

Shades of Lima #78B92F

Tints of Lima #78B92F

Color information

#78B92F (or 0x78B92F) is unknown color: approx Lima. HEX triplet: 78, B9 and 2F. RGB value is (120,185,47). Sum of RGB (Red+Green+Blue) = 120+185+47=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 185 (72.66% from 255 or 52.56% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 185 - color contains mainly: green. Hex color #78B92F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B92F is #8746D0. Grayscale: #969696. Windows color (decimal): -8865489 or 3127672. OLE color: 3127672.

HSL color Cylindrical-coordinate representation of color #78B92F: hue angle of 88.26º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78B92F is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB12018547-
CMYK0.3500.750.27
HSL88.26º59.48%45.49%-
HSV(B)88.26º74.59%72.55%-
XYZ25.6138.98.85-
YUV149.8369.97106.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.09%
GREEN value IS 185 (72.66% from 255) = 52.56%
BLUE value IS 47 (18.75% from 255) = 13.35%
R=34.09%
G=52.56%
B=13.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120185470.3500.750.2788.2659.4845.49
Hex78B92F2304B1B583b2d
Octal17027157430113331307355
Binary11110001011100110111110001101001011110111011000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B92F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,185,47); }

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

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

 a { background-color: rgb(120,185,47); }

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

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

 span { border-color: rgb(120,185,47); }

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