Html Css Color HEX #76BF5F Mantis

📋 copy color: '#76BF5F'

red 118 ◦ green 191 ◦ blue 95

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

Shades of Mantis #76BF5F

Tints of Mantis #76BF5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.51%

R = 29.21%
G = 47.28%
B = 23.51%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#76BF5F (or 0x76BF5F) is known color: Mantis. HEX triplet: 76, BF and 5F. RGB value is (118,191,95). Sum of RGB (Red+Green+Blue) = 118+191+95=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BF5F is #8940A0. Grayscale: #9E9E9E. Windows color (decimal): -8994977 or 6274934. OLE color: 6274934.

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

Color convert

RGB 118 191 95 -
CMYK 0.38 0 0.50 0.25
HSL 105.63º 0.43% 0.56% -
HSV(B) 105.63º 0.5% 0.75% -
XYZ 28.17 41.94 17.44 -
YUV 158.23 92.32 99.31 -
System Red Green Blue C M Y K H S L
Decimal 118 191 95 0.38 0 0.50 0.25 105.63 0.43 0.56
Hex 76 BF 5F 26 0 32 19 6A 2B 38
Octal 166 277 137 46 0 62 31 152 53 70
Binary 1110110 10111111 1011111 100110 0 110010 11001 1101010 101011 111000

Color Harmonies of #76BF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BF5F

Black with #76BF5F

Text Example


Text Example

White with #76BF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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