Html Css Color HEX #76C95D Mantis

📋 copy color: '#76C95D'

red 118 ◦ green 201 ◦ blue 93

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

Shades of Mantis #76C95D

Tints of Mantis #76C95D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.57%

R = 28.64%
G = 48.79%
B = 22.57%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#76C95D (or 0x76C95D) is known color: Mantis. HEX triplet: 76, C9 and 5D. RGB value is (118,201,93). Sum of RGB (Red+Green+Blue) = 118+201+93=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 201 (78.91% from 255 or 48.79% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 201 - color contains mainly: green. Hex color #76C95D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C95D is #8936A2. Grayscale: #A4A4A4. Windows color (decimal): -8992419 or 6146422. OLE color: 6146422.

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

Color convert

RGB 118 201 93 -
CMYK 0.41 0 0.54 0.21
HSL 106.11º 0.5% 0.58% -
HSV(B) 106.11º 0.54% 0.79% -
XYZ 30.33 46.42 17.72 -
YUV 163.87 88 95.28 -
System Red Green Blue C M Y K H S L
Decimal 118 201 93 0.41 0 0.54 0.21 106.11 0.5 0.58
Hex 76 C9 5D 29 0 36 15 6A 32 3A
Octal 166 311 135 51 0 66 25 152 62 72
Binary 1110110 11001001 1011101 101001 0 110110 10101 1101010 110010 111010

Color Harmonies of #76C95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C95D

Black with #76C95D

Text Example


Text Example

White with #76C95D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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