Html Css Color HEX #76BF58 Mantis

📋 copy color: '#76BF58'

red 118 ◦ green 191 ◦ blue 88

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

Shades of Mantis #76BF58

Tints of Mantis #76BF58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.17%

R = 29.72%
G = 48.11%
B = 22.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#76BF58 (or 0x76BF58) is known color: Mantis. HEX triplet: 76, BF and 58. RGB value is (118,191,88). Sum of RGB (Red+Green+Blue) = 118+191+88=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BF58 is #8940A7. Grayscale: #9D9D9D. Windows color (decimal): -8994984 or 5816182. OLE color: 5816182.

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

Color convert

RGB 118 191 88 -
CMYK 0.38 0 0.54 0.25
HSL 102.52º 0.45% 0.55% -
HSV(B) 102.52º 0.54% 0.75% -
XYZ 27.86 41.82 15.84 -
YUV 157.43 88.82 99.88 -
System Red Green Blue C M Y K H S L
Decimal 118 191 88 0.38 0 0.54 0.25 102.52 0.45 0.55
Hex 76 BF 58 26 0 36 19 67 2D 37
Octal 166 277 130 46 0 66 31 147 55 67
Binary 1110110 10111111 1011000 100110 0 110110 11001 1100111 101101 110111

Color Harmonies of #76BF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BF58

Black with #76BF58

Text Example


Text Example

White with #76BF58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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