Html Css Color HEX #78C148 Mantis

📋 copy color: '#78C148'

red 120 ◦ green 193 ◦ blue 72

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

Shades of Mantis #78C148

Tints of Mantis #78C148

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.13%

 BLUE value IS 72 (28.52% from 255) = 18.7%

R = 31.17%
G = 50.13%
B = 18.7%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#78C148 (or 0x78C148) is known color: Mantis. HEX triplet: 78, C1 and 48. RGB value is (120,193,72). Sum of RGB (Red+Green+Blue) = 120+193+72=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #78C148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C148 is #873EB7. Grayscale: #9D9D9D. Windows color (decimal): -8863416 or 4768120. OLE color: 4768120.

HSL color Cylindrical-coordinate representation of color #78C148: hue angle of 96.2º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #78C148 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 120 193 72 -
CMYK 0.38 0 0.63 0.24
HSL 96.2º 0.49% 0.52% -
HSV(B) 96.2º 0.63% 0.76% -
XYZ 27.99 42.6 12.88 -
YUV 157.38 79.82 101.34 -
System Red Green Blue C M Y K H S L
Decimal 120 193 72 0.38 0 0.63 0.24 96.2 0.49 0.52
Hex 78 C1 48 26 0 3F 18 60 31 34
Octal 170 301 110 46 0 77 30 140 61 64
Binary 1111000 11000001 1001000 100110 0 111111 11000 1100000 110001 110100

Color Harmonies of #78C148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C148

Black with #78C148

Text Example


Text Example

White with #78C148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,193,72); }

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

background-color css

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

 a { background-color: rgb(120,193,72); }

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

border-color css

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

 span { border-color: rgb(120,193,72); }

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