#7BC055

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

Shades of Mantis #7BC055

Tints of Mantis #7BC055

Color information

#7BC055 (or 0x7BC055) is unknown color: approx Mantis. HEX triplet: 7B, C0 and 55. RGB value is (123,192,85). Sum of RGB (Red+Green+Blue) = 123+192+85=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #7BC055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BC055 is #843FAA. Grayscale: #9F9F9F. Windows color (decimal): -8667051 or 5619835. OLE color: 5619835.

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

Color convert

RGB12319285-
CMYK0.3600.560.25
HSL98.69º45.92%54.31%-
HSV(B)98.69º55.73%75.29%-
XYZ28.6642.5715.3-
YUV159.1786.14102.2-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.75%
GREEN value IS 192 (75.39% from 255) = 48%
BLUE value IS 85 (33.59% from 255) = 21.25%
R=30.75%
G=48%
B=21.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal123192850.3600.560.2598.6945.9254.31
Hex7BC0552403819632e36
Octal17330012544070311435666
Binary11110111100000010101011001000111000110011100011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,192,85); }

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

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

 a { background-color: rgb(123,192,85); }

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

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

 span { border-color: rgb(123,192,85); }

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