Html Css Color HEX #76D161 Mantis

📋 copy color: '#76D161'

red 118 ◦ green 209 ◦ blue 97

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

Shades of Mantis #76D161

Tints of Mantis #76D161

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.29%

 BLUE value IS 97 (38.28% from 255) = 22.88%

R = 27.83%
G = 49.29%
B = 22.88%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#76D161 (or 0x76D161) is known color: Mantis. HEX triplet: 76, D1 and 61. RGB value is (118,209,97). Sum of RGB (Red+Green+Blue) = 118+209+97=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 209 (82.03% from 255 or 49.29% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 209 - color contains mainly: green. Hex color #76D161 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D161 is #892E9E. Grayscale: #A9A9A9. Windows color (decimal): -8990367 or 6410614. OLE color: 6410614.

HSL color Cylindrical-coordinate representation of color #76D161: hue angle of 108.75º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76D161 is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 209 97 -
CMYK 0.44 0 0.54 0.18
HSL 108.75º 0.55% 0.6% -
HSV(B) 108.75º 0.54% 0.82% -
XYZ 32.43 50.32 19.31 -
YUV 169.02 87.35 91.61 -
System Red Green Blue C M Y K H S L
Decimal 118 209 97 0.44 0 0.54 0.18 108.75 0.55 0.6
Hex 76 D1 61 2C 0 36 12 6D 37 3C
Octal 166 321 141 54 0 66 22 155 67 74
Binary 1110110 11010001 1100001 101100 0 110110 10010 1101101 110111 111100

Color Harmonies of #76D161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D161

Black with #76D161

Text Example


Text Example

White with #76D161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,209,97); }

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

background-color css

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

 a { background-color: rgb(118,209,97); }

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

border-color css

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

 span { border-color: rgb(118,209,97); }

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