Html Css Color HEX #76C15F Mantis

📋 copy color: '#76C15F'

red 118 ◦ green 193 ◦ blue 95

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

Shades of Mantis #76C15F

Tints of Mantis #76C15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.4%

R = 29.06%
G = 47.54%
B = 23.4%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#76C15F (or 0x76C15F) is known color: Mantis. HEX triplet: 76, C1 and 5F. RGB value is (118,193,95). Sum of RGB (Red+Green+Blue) = 118+193+95=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #76C15F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C15F is #893EA0. Grayscale: #9F9F9F. Windows color (decimal): -8994465 or 6275446. OLE color: 6275446.

HSL color Cylindrical-coordinate representation of color #76C15F: hue angle of 105.92º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76C15F is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 193 95 -
CMYK 0.39 0 0.51 0.24
HSL 105.92º 0.44% 0.56% -
HSV(B) 105.92º 0.51% 0.76% -
XYZ 28.61 42.82 17.58 -
YUV 159.4 91.65 98.47 -
System Red Green Blue C M Y K H S L
Decimal 118 193 95 0.39 0 0.51 0.24 105.92 0.44 0.56
Hex 76 C1 5F 27 0 33 18 6A 2C 38
Octal 166 301 137 47 0 63 30 152 54 70
Binary 1110110 11000001 1011111 100111 0 110011 11000 1101010 101100 111000

Color Harmonies of #76C15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C15F

Black with #76C15F

Text Example


Text Example

White with #76C15F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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