Html Css Color HEX #76BE55 Mantis

📋 copy color: '#76BE55'

red 118 ◦ green 190 ◦ blue 85

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

Shades of Mantis #76BE55

Tints of Mantis #76BE55

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.35%

 BLUE value IS 85 (33.59% from 255) = 21.63%

R = 30.03%
G = 48.35%
B = 21.63%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#76BE55 (or 0x76BE55) is known color: Mantis. HEX triplet: 76, BE and 55. RGB value is (118,190,85). Sum of RGB (Red+Green+Blue) = 118+190+85=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 190 (74.61% from 255 or 48.35% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76BE55 is #8941AA. Grayscale: #9C9C9C. Windows color (decimal): -8995243 or 5619318. OLE color: 5619318.

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

Color convert

RGB 118 190 85 -
CMYK 0.38 0 0.55 0.25
HSL 101.14º 0.45% 0.54% -
HSV(B) 101.14º 0.55% 0.75% -
XYZ 27.52 41.33 15.12 -
YUV 156.5 87.65 100.54 -
System Red Green Blue C M Y K H S L
Decimal 118 190 85 0.38 0 0.55 0.25 101.14 0.45 0.54
Hex 76 BE 55 26 0 37 19 65 2D 36
Octal 166 276 125 46 0 67 31 145 55 66
Binary 1110110 10111110 1010101 100110 0 110111 11001 1100101 101101 110110

Color Harmonies of #76BE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BE55

Black with #76BE55

Text Example


Text Example

White with #76BE55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,190,85); }

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

background-color css

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

 a { background-color: rgb(118,190,85); }

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

border-color css

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

 span { border-color: rgb(118,190,85); }

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