Html Css Color HEX #78C046 Mantis

📋 copy color: '#78C046'

red 120 ◦ green 192 ◦ blue 70

#78C046
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #78C046

Tints of Mantis #78C046

RGB

 RED value IS 120 (47.27% from 255) = 31.41%

 GREEN value IS 192 (75.39% from 255) = 50.26%

 BLUE value IS 70 (27.73% from 255) = 18.32%

R = 31.41%
G = 50.26%
B = 18.32%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#78C046 (or 0x78C046) is known color: Mantis. HEX triplet: 78, C0 and 46. RGB value is (120,192,70). Sum of RGB (Red+Green+Blue) = 120+192+70=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #78C046 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C046 is #873FB9. Grayscale: #9C9C9C. Windows color (decimal): -8863674 or 4636792. OLE color: 4636792.

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

Color convert

RGB 120 192 70 -
CMYK 0.38 0 0.64 0.25
HSL 95.41º 0.49% 0.51% -
HSV(B) 95.41º 0.64% 0.75% -
XYZ 27.7 42.13 12.47 -
YUV 156.56 79.15 101.92 -
System Red Green Blue C M Y K H S L
Decimal 120 192 70 0.38 0 0.64 0.25 95.41 0.49 0.51
Hex 78 C0 46 26 0 40 19 5F 31 33
Octal 170 300 106 46 0 100 31 137 61 63
Binary 1111000 11000000 1000110 100110 0 1000000 11001 1011111 110001 110011

Color Harmonies of #78C046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C046

Black with #78C046

Text Example


Text Example

White with #78C046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78C046;
 }
 .AnyTagClassName
 {
   color: #78C046;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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