#7BBF50

Color #7BBF50 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #7BBF50

Tints of Mantis #7BBF50

Color information

#7BBF50 (or 0x7BBF50) is unknown color: approx Mantis. HEX triplet: 7B, BF and 50. RGB value is (123,191,80). Sum of RGB (Red+Green+Blue) = 123+191+80=394 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.22% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 191 - color contains mainly: green. Hex color #7BBF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBF50 is #8440AF. Grayscale: #9E9E9E. Windows color (decimal): -8667312 or 5291899. OLE color: 5291899.

HSL color Cylindrical-coordinate representation of color #7BBF50: hue angle of 96.76º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7BBF50 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB12319180-
CMYK0.3600.580.25
HSL96.76º46.44%53.14%-
HSV(B)96.76º58.12%74.9%-
XYZ28.2542.0514.22-
YUV158.0183.97103.03-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.22%
GREEN value IS 191 (75% from 255) = 48.48%
BLUE value IS 80 (31.64% from 255) = 20.30%
R=31.22%
G=48.48%
B=20.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal123191800.3600.580.2596.7646.4453.14
Hex7BBF502403A19612e35
Octal17327712044072311415665
Binary11110111011111110100001001000111010110011100001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BBF50; }

 p { color: rgb(123,191,80); }

 H1.HeaderClassName
 {
   color: #7BBF50;
 }
 .AnyTagClassName
 {
   color: #7BBF50;
 }
</style>
background-color css

<style>
 a { background-color: #7BBF50; }

 a { background-color: rgb(123,191,80); }

 div.DivClassName
 {
   background-color: #7BBF50;
 }
 .BgClassName
 {
   background-color: #7BBF50;
 }
</style>
border-color css

<style>
 span { border-color: #7BBF50; }

 span { border-color: rgb(123,191,80); }

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