Html Css Color HEX #76D95C Mantis

📋 copy color: '#76D95C'

red 118 ◦ green 217 ◦ blue 92

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

Shades of Mantis #76D95C

Tints of Mantis #76D95C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.82%

 BLUE value IS 92 (36.33% from 255) = 21.55%

R = 27.63%
G = 50.82%
B = 21.55%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#76D95C (or 0x76D95C) is known color: Mantis. HEX triplet: 76, D9 and 5C. RGB value is (118,217,92). Sum of RGB (Red+Green+Blue) = 118+217+92=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 217 (85.16% from 255 or 50.82% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 217 - color contains mainly: green. Hex color #76D95C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D95C is #8926A3. Grayscale: #ADADAD. Windows color (decimal): -8988324 or 6084982. OLE color: 6084982.

HSL color Cylindrical-coordinate representation of color #76D95C: hue angle of 107.52º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76D95C is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 217 92 -
CMYK 0.46 0 0.58 0.15
HSL 107.52º 0.62% 0.61% -
HSV(B) 107.52º 0.58% 0.85% -
XYZ 34.22 54.25 18.79 -
YUV 173.15 82.2 88.66 -
System Red Green Blue C M Y K H S L
Decimal 118 217 92 0.46 0 0.58 0.15 107.52 0.62 0.61
Hex 76 D9 5C 2E 0 3A F 6C 3E 3D
Octal 166 331 134 56 0 72 17 154 76 75
Binary 1110110 11011001 1011100 101110 0 111010 1111 1101100 111110 111101

Color Harmonies of #76D95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D95C

Black with #76D95C

Text Example


Text Example

White with #76D95C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,217,92); }

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

background-color css

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

 a { background-color: rgb(118,217,92); }

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

border-color css

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

 span { border-color: rgb(118,217,92); }

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