#7BBF41

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

Shades of Mantis #7BBF41

Tints of Mantis #7BBF41

Color information

#7BBF41 (or 0x7BBF41) is unknown color: approx Mantis. HEX triplet: 7B, BF and 41. RGB value is (123,191,65). Sum of RGB (Red+Green+Blue) = 123+191+65=379 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.45% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #7BBF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBF41 is #8440BE. Grayscale: #9C9C9C. Windows color (decimal): -8667327 or 4308859. OLE color: 4308859.

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

Color convert

RGB12319165-
CMYK0.3600.660.25
HSL92.38º49.61%50.2%-
HSV(B)92.38º65.97%74.9%-
XYZ27.7541.8511.62-
YUV156.376.47104.25-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.45%
GREEN value IS 191 (75% from 255) = 50.40%
BLUE value IS 65 (25.78% from 255) = 17.15%
R=32.45%
G=50.40%
B=17.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal123191650.3600.660.2592.3849.6150.2
Hex7BBF4124042195c3232
Octal173277101440102311346262
Binary111101110111111100000110010001000010110011011100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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