Html Css Color HEX #76C864 Mantis

📋 copy color: '#76C864'

red 118 ◦ green 200 ◦ blue 100

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

Shades of Mantis #76C864

Tints of Mantis #76C864

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.85%

 BLUE value IS 100 (39.45% from 255) = 23.92%

R = 28.23%
G = 47.85%
B = 23.92%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#76C864 (or 0x76C864) is known color: Mantis. HEX triplet: 76, C8 and 64. RGB value is (118,200,100). Sum of RGB (Red+Green+Blue) = 118+200+100=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 200 - color contains mainly: green. Hex color #76C864 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C864 is #89379B. Grayscale: #A4A4A4. Windows color (decimal): -8992668 or 6604918. OLE color: 6604918.

HSL color Cylindrical-coordinate representation of color #76C864: hue angle of 109.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76C864 is Cyan = 0.41, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 200 100 -
CMYK 0.41 0 0.5 0.22
HSL 109.2º 0.48% 0.59% -
HSV(B) 109.2º 0.5% 0.78% -
XYZ 30.43 46.08 19.35 -
YUV 164.08 91.83 95.13 -
System Red Green Blue C M Y K H S L
Decimal 118 200 100 0.41 0 0.5 0.22 109.2 0.48 0.59
Hex 76 C8 64 29 0 32 16 6D 30 3B
Octal 166 310 144 51 0 62 26 155 60 73
Binary 1110110 11001000 1100100 101001 0 110010 10110 1101101 110000 111011

Color Harmonies of #76C864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C864

Black with #76C864

Text Example


Text Example

White with #76C864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,200,100); }

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

background-color css

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

 a { background-color: rgb(118,200,100); }

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

border-color css

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

 span { border-color: rgb(118,200,100); }

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