Html Css Color HEX #76D75E Mantis

📋 copy color: '#76D75E'

red 118 ◦ green 215 ◦ blue 94

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

Shades of Mantis #76D75E

Tints of Mantis #76D75E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.35%

 BLUE value IS 94 (37.11% from 255) = 22.01%

R = 27.63%
G = 50.35%
B = 22.01%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#76D75E (or 0x76D75E) is known color: Mantis. HEX triplet: 76, D7 and 5E. RGB value is (118,215,94). Sum of RGB (Red+Green+Blue) = 118+215+94=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 215 (84.38% from 255 or 50.35% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 215 - color contains mainly: green. Hex color #76D75E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D75E is #8928A1. Grayscale: #ACACAC. Windows color (decimal): -8988834 or 6215542. OLE color: 6215542.

HSL color Cylindrical-coordinate representation of color #76D75E: hue angle of 108.1º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76D75E is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 215 94 -
CMYK 0.45 0 0.56 0.16
HSL 108.1º 0.6% 0.61% -
HSV(B) 108.1º 0.56% 0.84% -
XYZ 33.79 53.26 19.09 -
YUV 172.2 83.86 89.34 -
System Red Green Blue C M Y K H S L
Decimal 118 215 94 0.45 0 0.56 0.16 108.1 0.6 0.61
Hex 76 D7 5E 2D 0 38 10 6C 3C 3D
Octal 166 327 136 55 0 70 20 154 74 75
Binary 1110110 11010111 1011110 101101 0 111000 10000 1101100 111100 111101

Color Harmonies of #76D75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D75E

Black with #76D75E

Text Example


Text Example

White with #76D75E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,215,94); }

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

background-color css

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

 a { background-color: rgb(118,215,94); }

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

border-color css

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

 span { border-color: rgb(118,215,94); }

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