Html Css Color HEX #76C943 Mantis

📋 copy color: '#76C943'

red 118 ◦ green 201 ◦ blue 67

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

Shades of Mantis #76C943

Tints of Mantis #76C943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.36%

R = 30.57%
G = 52.07%
B = 17.36%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#76C943 (or 0x76C943) is known color: Mantis. HEX triplet: 76, C9 and 43. RGB value is (118,201,67). Sum of RGB (Red+Green+Blue) = 118+201+67=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 201 (78.91% from 255 or 52.07% from 386); Blue value is 67 (26.56% from 255 or 17.36% from 386); Max value from RGB is 201 - color contains mainly: green. Hex color #76C943 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C943 is #8936BC. Grayscale: #A1A1A1. Windows color (decimal): -8992445 or 4442486. OLE color: 4442486.

HSL color Cylindrical-coordinate representation of color #76C943: hue angle of 97.16º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76C943 is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 201 67 -
CMYK 0.41 0 0.67 0.21
HSL 97.16º 0.55% 0.53% -
HSV(B) 97.16º 0.67% 0.79% -
XYZ 29.37 46.03 12.65 -
YUV 160.91 75 97.4 -
System Red Green Blue C M Y K H S L
Decimal 118 201 67 0.41 0 0.67 0.21 97.16 0.55 0.53
Hex 76 C9 43 29 0 43 15 61 37 35
Octal 166 311 103 51 0 103 25 141 67 65
Binary 1110110 11001001 1000011 101001 0 1000011 10101 1100001 110111 110101

Color Harmonies of #76C943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C943

Black with #76C943

Text Example


Text Example

White with #76C943

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,201,67); }

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

background-color css

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

 a { background-color: rgb(118,201,67); }

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

border-color css

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

 span { border-color: rgb(118,201,67); }

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