Html Css Color HEX #76C95E Mantis

📋 copy color: '#76C95E'

red 118 ◦ green 201 ◦ blue 94

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

Shades of Mantis #76C95E

Tints of Mantis #76C95E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.76%

R = 28.57%
G = 48.67%
B = 22.76%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#76C95E (or 0x76C95E) is known color: Mantis. HEX triplet: 76, C9 and 5E. RGB value is (118,201,94). Sum of RGB (Red+Green+Blue) = 118+201+94=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #76C95E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C95E is #8936A1. Grayscale: #A4A4A4. Windows color (decimal): -8992418 or 6211958. OLE color: 6211958.

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

Color convert

RGB 118 201 94 -
CMYK 0.41 0 0.53 0.21
HSL 106.54º 0.5% 0.58% -
HSV(B) 106.54º 0.53% 0.79% -
XYZ 30.38 46.43 17.95 -
YUV 163.99 88.5 95.2 -
System Red Green Blue C M Y K H S L
Decimal 118 201 94 0.41 0 0.53 0.21 106.54 0.5 0.58
Hex 76 C9 5E 29 0 35 15 6B 32 3A
Octal 166 311 136 51 0 65 25 153 62 72
Binary 1110110 11001001 1011110 101001 0 110101 10101 1101011 110010 111010

Color Harmonies of #76C95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C95E

Black with #76C95E

Text Example


Text Example

White with #76C95E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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