Html Css Color HEX #76BA52 Mantis

📋 copy color: '#76BA52'

red 118 ◦ green 186 ◦ blue 82

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

Shades of Mantis #76BA52

Tints of Mantis #76BA52

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.19%

 BLUE value IS 82 (32.42% from 255) = 21.24%

R = 30.57%
G = 48.19%
B = 21.24%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#76BA52 (or 0x76BA52) is known color: Mantis. HEX triplet: 76, BA and 52. RGB value is (118,186,82). Sum of RGB (Red+Green+Blue) = 118+186+82=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BA52 is #8945AD. Grayscale: #9A9A9A. Windows color (decimal): -8996270 or 5421686. OLE color: 5421686.

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

Color convert

RGB 118 186 82 -
CMYK 0.37 0 0.56 0.27
HSL 99.23º 0.43% 0.53% -
HSV(B) 99.23º 0.56% 0.73% -
XYZ 26.55 39.58 14.22 -
YUV 153.81 87.47 102.46 -
System Red Green Blue C M Y K H S L
Decimal 118 186 82 0.37 0 0.56 0.27 99.23 0.43 0.53
Hex 76 BA 52 25 0 38 1B 63 2B 35
Octal 166 272 122 45 0 70 33 143 53 65
Binary 1110110 10111010 1010010 100101 0 111000 11011 1100011 101011 110101

Color Harmonies of #76BA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BA52

Black with #76BA52

Text Example


Text Example

White with #76BA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,186,82); }

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

background-color css

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

 a { background-color: rgb(118,186,82); }

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

border-color css

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

 span { border-color: rgb(118,186,82); }

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