Html Css Color HEX #76C155 Mantis

📋 copy color: '#76C155'

red 118 ◦ green 193 ◦ blue 85

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

Shades of Mantis #76C155

Tints of Mantis #76C155

RGB

 RED value IS 118 (46.48% from 255) = 29.8%

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

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

R = 29.8%
G = 48.74%
B = 21.46%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#76C155 (or 0x76C155) is known color: Mantis. HEX triplet: 76, C1 and 55. RGB value is (118,193,85). Sum of RGB (Red+Green+Blue) = 118+193+85=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 193 (75.78% from 255 or 48.74% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 193 - color contains mainly: green. Hex color #76C155 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C155 is #893EAA. Grayscale: #9E9E9E. Windows color (decimal): -8994475 or 5620086. OLE color: 5620086.

HSL color Cylindrical-coordinate representation of color #76C155: hue angle of 101.67º degrees, saturation: 0.47, 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 #76C155 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 193 85 -
CMYK 0.39 0 0.56 0.24
HSL 101.67º 0.47% 0.55% -
HSV(B) 101.67º 0.56% 0.76% -
XYZ 28.18 42.65 15.34 -
YUV 158.26 86.65 99.28 -
System Red Green Blue C M Y K H S L
Decimal 118 193 85 0.39 0 0.56 0.24 101.67 0.47 0.55
Hex 76 C1 55 27 0 38 18 66 2F 37
Octal 166 301 125 47 0 70 30 146 57 67
Binary 1110110 11000001 1010101 100111 0 111000 11000 1100110 101111 110111

Color Harmonies of #76C155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C155

Black with #76C155

Text Example


Text Example

White with #76C155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76C155; }

 p { color: rgb(118,193,85); }

 H1.HeaderClassName
 {
   color: #76C155;
 }
 .AnyTagClassName
 {
   color: #76C155;
 }
</style>

background-color css

<style>
 a { background-color: #76C155; }

 a { background-color: rgb(118,193,85); }

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

border-color css

<style>
 span { border-color: #76C155; }

 span { border-color: rgb(118,193,85); }

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