#7BCB4A

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

Shades of Mantis #7BCB4A

Tints of Mantis #7BCB4A

Color information

#7BCB4A (or 0x7BCB4A) is unknown color: approx Mantis. HEX triplet: 7B, CB and 4A. RGB value is (123,203,74). Sum of RGB (Red+Green+Blue) = 123+203+74=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BCB4A is #8434B5. Grayscale: #A4A4A4. Windows color (decimal): -8664246 or 4901755. OLE color: 4901755.

HSL color Cylindrical-coordinate representation of color #7BCB4A: hue angle of 97.21º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7BCB4A is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB12320374-
CMYK0.3900.640.20
HSL97.21º55.36%54.31%-
HSV(B)97.21º63.55%79.61%-
XYZ30.7647.4214.01-
YUV164.377798.49-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.75%
GREEN value IS 203 (79.69% from 255) = 50.75%
BLUE value IS 74 (29.30% from 255) = 18.5%
R=30.75%
G=50.75%
B=18.5%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal123203740.3900.640.2097.2155.3654.31
Hex7BCB4A2704014613736
Octal173313112470100241416766
Binary111101111001011100101010011101000000101001100001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,203,74); }

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

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

 a { background-color: rgb(123,203,74); }

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

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

 span { border-color: rgb(123,203,74); }

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