Html Css Color HEX #76BC58 Mantis

📋 copy color: '#76BC58'

red 118 ◦ green 188 ◦ blue 88

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

Shades of Mantis #76BC58

Tints of Mantis #76BC58

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.72%

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

R = 29.95%
G = 47.72%
B = 22.34%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#76BC58 (or 0x76BC58) is known color: Mantis. HEX triplet: 76, BC and 58. RGB value is (118,188,88). Sum of RGB (Red+Green+Blue) = 118+188+88=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BC58 is #8943A7. Grayscale: #9C9C9C. Windows color (decimal): -8995752 or 5815414. OLE color: 5815414.

HSL color Cylindrical-coordinate representation of color #76BC58: hue angle of 102º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76BC58 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 188 88 -
CMYK 0.37 0 0.53 0.26
HSL 102º 0.43% 0.54% -
HSV(B) 102º 0.53% 0.74% -
XYZ 27.22 40.52 15.62 -
YUV 155.67 89.81 101.13 -
System Red Green Blue C M Y K H S L
Decimal 118 188 88 0.37 0 0.53 0.26 102 0.43 0.54
Hex 76 BC 58 25 0 35 1A 66 2B 36
Octal 166 274 130 45 0 65 32 146 53 66
Binary 1110110 10111100 1011000 100101 0 110101 11010 1100110 101011 110110

Color Harmonies of #76BC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BC58

Black with #76BC58

Text Example


Text Example

White with #76BC58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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