Html Css Color HEX #78C355 Mantis

📋 copy color: '#78C355'

red 120 ◦ green 195 ◦ blue 85

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

Shades of Mantis #78C355

Tints of Mantis #78C355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.25%

R = 30%
G = 48.75%
B = 21.25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#78C355 (or 0x78C355) is known color: Mantis. HEX triplet: 78, C3 and 55. RGB value is (120,195,85). Sum of RGB (Red+Green+Blue) = 120+195+85=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #78C355 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C355 is #873CAA. Grayscale: #A0A0A0. Windows color (decimal): -8862891 or 5620600. OLE color: 5620600.

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

Color convert

RGB 120 195 85 -
CMYK 0.38 0 0.56 0.24
HSL 100.91º 0.48% 0.55% -
HSV(B) 100.91º 0.56% 0.76% -
XYZ 28.9 43.68 15.5 -
YUV 160.04 85.65 99.44 -
System Red Green Blue C M Y K H S L
Decimal 120 195 85 0.38 0 0.56 0.24 100.91 0.48 0.55
Hex 78 C3 55 26 0 38 18 65 30 37
Octal 170 303 125 46 0 70 30 145 60 67
Binary 1111000 11000011 1010101 100110 0 111000 11000 1100101 110000 110111

Color Harmonies of #78C355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C355

Black with #78C355

Text Example


Text Example

White with #78C355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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