Html Css Color HEX #76C466 Mantis

📋 copy color: '#76C466'

red 118 ◦ green 196 ◦ blue 102

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

Shades of Mantis #76C466

Tints of Mantis #76C466

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.12%

 BLUE value IS 102 (40.23% from 255) = 24.52%

R = 28.37%
G = 47.12%
B = 24.52%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#76C466 (or 0x76C466) is known color: Mantis. HEX triplet: 76, C4 and 66. RGB value is (118,196,102). Sum of RGB (Red+Green+Blue) = 118+196+102=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #76C466 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C466 is #893B99. Grayscale: #A2A2A2. Windows color (decimal): -8993690 or 6734966. OLE color: 6734966.

HSL color Cylindrical-coordinate representation of color #76C466: hue angle of 109.79º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76C466 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 118 196 102 -
CMYK 0.40 0 0.48 0.23
HSL 109.79º 0.44% 0.58% -
HSV(B) 109.79º 0.48% 0.77% -
XYZ 29.61 44.29 19.56 -
YUV 161.96 94.16 96.64 -
System Red Green Blue C M Y K H S L
Decimal 118 196 102 0.40 0 0.48 0.23 109.79 0.44 0.58
Hex 76 C4 66 28 0 30 17 6E 2C 3A
Octal 166 304 146 50 0 60 27 156 54 72
Binary 1110110 11000100 1100110 101000 0 110000 10111 1101110 101100 111010

Color Harmonies of #76C466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C466

Black with #76C466

Text Example


Text Example

White with #76C466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,196,102); }

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

background-color css

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

 a { background-color: rgb(118,196,102); }

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

border-color css

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

 span { border-color: rgb(118,196,102); }

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