Html Css Color HEX #76BF5E Mantis

📋 copy color: '#76BF5E'

red 118 ◦ green 191 ◦ blue 94

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

Shades of Mantis #76BF5E

Tints of Mantis #76BF5E

RGB

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

 GREEN value IS 191 (75% from 255) = 47.39%

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

R = 29.28%
G = 47.39%
B = 23.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#76BF5E (or 0x76BF5E) is known color: Mantis. HEX triplet: 76, BF and 5E. RGB value is (118,191,94). Sum of RGB (Red+Green+Blue) = 118+191+94=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BF5E is #8940A1. Grayscale: #9E9E9E. Windows color (decimal): -8994978 or 6209398. OLE color: 6209398.

HSL color Cylindrical-coordinate representation of color #76BF5E: hue angle of 105.15º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76BF5E is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 191 94 -
CMYK 0.38 0 0.51 0.25
HSL 105.15º 0.43% 0.56% -
HSV(B) 105.15º 0.51% 0.75% -
XYZ 28.12 41.92 17.2 -
YUV 158.12 91.82 99.39 -
System Red Green Blue C M Y K H S L
Decimal 118 191 94 0.38 0 0.51 0.25 105.15 0.43 0.56
Hex 76 BF 5E 26 0 33 19 69 2B 38
Octal 166 277 136 46 0 63 31 151 53 70
Binary 1110110 10111111 1011110 100110 0 110011 11001 1101001 101011 111000

Color Harmonies of #76BF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BF5E

Black with #76BF5E

Text Example


Text Example

White with #76BF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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