#7BDC3D

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

Shades of Mantis #7BDC3D

Tints of Mantis #7BDC3D

Color information

#7BDC3D (or 0x7BDC3D) is unknown color: approx Mantis. HEX triplet: 7B, DC and 3D. RGB value is (123,220,61). Sum of RGB (Red+Green+Blue) = 123+220+61=404 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.45% from 404); Green value is 220 (86.33% from 255 or 54.46% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 220 - color contains mainly: green. Hex color #7BDC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BDC3D is #8423C2. Grayscale: #ADADAD. Windows color (decimal): -8659907 or 4054139. OLE color: 4054139.

HSL color Cylindrical-coordinate representation of color #7BDC3D: hue angle of 96.6º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7BDC3D is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB12322061-
CMYK0.4400.720.14
HSL96.6º69.43%55.1%-
HSV(B)96.6º72.27%86.27%-
XYZ34.655.7313.35-
YUV172.8764.8692.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 30.45%
GREEN value IS 220 (86.33% from 255) = 54.46%
BLUE value IS 61 (24.22% from 255) = 15.10%
R=30.45%
G=54.46%
B=15.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal123220610.4400.720.1496.669.4355.1
Hex7BDC3D2C048E614537
Octal173334755401101614110567
Binary11110111101110011110110110001001000111011000011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,220,61); }

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

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

 a { background-color: rgb(123,220,61); }

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

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

 span { border-color: rgb(123,220,61); }

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