#78C053

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

Shades of Mantis #78C053

Tints of Mantis #78C053

Color information

#78C053 (or 0x78C053) is unknown color: approx Mantis. HEX triplet: 78, C0 and 53. RGB value is (120,192,83). Sum of RGB (Red+Green+Blue) = 120+192+83=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #78C053 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C053 is #873FAC. Grayscale: #9E9E9E. Windows color (decimal): -8863661 or 5488760. OLE color: 5488760.

HSL color Cylindrical-coordinate representation of color #78C053: hue angle of 99.63º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #78C053 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB12019283-
CMYK0.3800.570.25
HSL99.63º46.38%53.92%-
HSV(B)99.63º56.77%75.29%-
XYZ28.1642.3214.87-
YUV158.0585.65100.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.38%
GREEN value IS 192 (75.39% from 255) = 48.61%
BLUE value IS 83 (32.81% from 255) = 21.01%
R=30.38%
G=48.61%
B=21.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120192830.3800.570.2599.6346.3853.92
Hex78C0532603919642e36
Octal17030012346071311445666
Binary11110001100000010100111001100111001110011100100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,192,83); }

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

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

 a { background-color: rgb(120,192,83); }

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

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

 span { border-color: rgb(120,192,83); }

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