#7CBE4D

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

Shades of Mantis #7CBE4D

Tints of Mantis #7CBE4D

Color information

#7CBE4D (or 0x7CBE4D) is unknown color: approx Mantis. HEX triplet: 7C, BE and 4D. RGB value is (124,190,77). Sum of RGB (Red+Green+Blue) = 124+190+77=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 190 (74.61% from 255 or 48.59% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBE4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBE4D is #8341B2. Grayscale: #9D9D9D. Windows color (decimal): -8602035 or 5095036. OLE color: 5095036.

HSL color Cylindrical-coordinate representation of color #7CBE4D: hue angle of 95.04º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7CBE4D is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB12419077-
CMYK0.3500.590.25
HSL95.04º46.5%52.35%-
HSV(B)95.04º59.47%74.51%-
XYZ28.0741.6513.58-
YUV157.3882.63104.19-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.71%
GREEN value IS 190 (74.61% from 255) = 48.59%
BLUE value IS 77 (30.47% from 255) = 19.69%
R=31.71%
G=48.59%
B=19.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal124190770.3500.590.2595.0446.552.35
Hex7CBE4D2303B195f2f34
Octal17427611543073311375764
Binary11111001011111010011011000110111011110011011111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,190,77); }

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

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

 a { background-color: rgb(124,190,77); }

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

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

 span { border-color: rgb(124,190,77); }

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