#7BD242

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

Shades of Mantis #7BD242

Tints of Mantis #7BD242

Color information

#7BD242 (or 0x7BD242) is unknown color: approx Mantis. HEX triplet: 7B, D2 and 42. RGB value is (123,210,66). Sum of RGB (Red+Green+Blue) = 123+210+66=399 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.83% from 399); Green value is 210 (82.42% from 255 or 52.63% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 210 - color contains mainly: green. Hex color #7BD242 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BD242 is #842DBD. Grayscale: #A8A8A8. Windows color (decimal): -8662462 or 4379259. OLE color: 4379259.

HSL color Cylindrical-coordinate representation of color #7BD242: hue angle of 96.25º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7BD242 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB12321066-
CMYK0.4100.690.18
HSL96.25º61.54%54.12%-
HSV(B)96.25º68.57%82.35%-
XYZ32.250.713.24-
YUV167.5770.6896.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.83%
GREEN value IS 210 (82.42% from 255) = 52.63%
BLUE value IS 66 (26.17% from 255) = 16.54%
R=30.83%
G=52.63%
B=16.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal123210660.4100.690.1896.2561.5454.12
Hex7BD2422904512603e36
Octal173322102510105221407666
Binary111101111010010100001010100101000101100101100000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,210,66); }

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

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

 a { background-color: rgb(123,210,66); }

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

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

 span { border-color: rgb(123,210,66); }

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