Html Css Color HEX #78C94A Mantis

📋 copy color: '#78C94A'

red 120 ◦ green 201 ◦ blue 74

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

Shades of Mantis #78C94A

Tints of Mantis #78C94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.73%

R = 30.38%
G = 50.89%
B = 18.73%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#78C94A (or 0x78C94A) is known color: Mantis. HEX triplet: 78, C9 and 4A. RGB value is (120,201,74). Sum of RGB (Red+Green+Blue) = 120+201+74=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 201 (78.91% from 255 or 50.89% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 201 - color contains mainly: green. Hex color #78C94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C94A is #8736B5. Grayscale: #A2A2A2. Windows color (decimal): -8861366 or 4901240. OLE color: 4901240.

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

Color convert

RGB 120 201 74 -
CMYK 0.40 0 0.63 0.21
HSL 98.27º 0.54% 0.54% -
HSV(B) 98.27º 0.63% 0.79% -
XYZ 29.87 46.26 13.83 -
YUV 162.3 78.16 97.83 -
System Red Green Blue C M Y K H S L
Decimal 120 201 74 0.40 0 0.63 0.21 98.27 0.54 0.54
Hex 78 C9 4A 28 0 3F 15 62 36 36
Octal 170 311 112 50 0 77 25 142 66 66
Binary 1111000 11001001 1001010 101000 0 111111 10101 1100010 110110 110110

Color Harmonies of #78C94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C94A

Black with #78C94A

Text Example


Text Example

White with #78C94A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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