Html Css Color HEX #78C949 Mantis

📋 copy color: '#78C949'

red 120 ◦ green 201 ◦ blue 73

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

Shades of Mantis #78C949

Tints of Mantis #78C949

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.02%

 BLUE value IS 73 (28.91% from 255) = 18.53%

R = 30.46%
G = 51.02%
B = 18.53%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#78C949 (or 0x78C949) is known color: Mantis. HEX triplet: 78, C9 and 49. RGB value is (120,201,73). Sum of RGB (Red+Green+Blue) = 120+201+73=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #78C949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C949 is #8736B6. Grayscale: #A2A2A2. Windows color (decimal): -8861367 or 4835704. OLE color: 4835704.

HSL color Cylindrical-coordinate representation of color #78C949: hue angle of 97.97º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #78C949 is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 120 201 73 -
CMYK 0.40 0 0.64 0.21
HSL 97.97º 0.54% 0.54% -
HSV(B) 97.97º 0.64% 0.79% -
XYZ 29.83 46.25 13.66 -
YUV 162.19 77.66 97.91 -
System Red Green Blue C M Y K H S L
Decimal 120 201 73 0.40 0 0.64 0.21 97.97 0.54 0.54
Hex 78 C9 49 28 0 40 15 62 36 36
Octal 170 311 111 50 0 100 25 142 66 66
Binary 1111000 11001001 1001001 101000 0 1000000 10101 1100010 110110 110110

Color Harmonies of #78C949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C949

Black with #78C949

Text Example


Text Example

White with #78C949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,201,73); }

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

background-color css

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

 a { background-color: rgb(120,201,73); }

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

border-color css

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

 span { border-color: rgb(120,201,73); }

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