Html Css Color HEX #78C345 Mantis

📋 copy color: '#78C345'

red 120 ◦ green 195 ◦ blue 69

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

Shades of Mantis #78C345

Tints of Mantis #78C345

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.78%

 BLUE value IS 69 (27.34% from 255) = 17.97%

R = 31.25%
G = 50.78%
B = 17.97%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#78C345 (or 0x78C345) is known color: Mantis. HEX triplet: 78, C3 and 45. RGB value is (120,195,69). Sum of RGB (Red+Green+Blue) = 120+195+69=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #78C345 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C345 is #873CBA. Grayscale: #9E9E9E. Windows color (decimal): -8862907 or 4572024. OLE color: 4572024.

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

Color convert

RGB 120 195 69 -
CMYK 0.38 0 0.65 0.24
HSL 95.71º 0.51% 0.52% -
HSV(B) 95.71º 0.65% 0.76% -
XYZ 28.34 43.45 12.52 -
YUV 158.21 77.65 100.75 -
System Red Green Blue C M Y K H S L
Decimal 120 195 69 0.38 0 0.65 0.24 95.71 0.51 0.52
Hex 78 C3 45 26 0 41 18 60 33 34
Octal 170 303 105 46 0 101 30 140 63 64
Binary 1111000 11000011 1000101 100110 0 1000001 11000 1100000 110011 110100

Color Harmonies of #78C345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C345

Black with #78C345

Text Example


Text Example

White with #78C345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,195,69); }

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

background-color css

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

 a { background-color: rgb(120,195,69); }

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

border-color css

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

 span { border-color: rgb(120,195,69); }

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