#7CBF4C

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

Shades of Mantis #7CBF4C

Tints of Mantis #7CBF4C

Color information

#7CBF4C (or 0x7CBF4C) is unknown color: approx Mantis. HEX triplet: 7C, BF and 4C. RGB value is (124,191,76). Sum of RGB (Red+Green+Blue) = 124+191+76=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 191 (75% from 255 or 48.85% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBF4C is #8340B3. Grayscale: #9E9E9E. Windows color (decimal): -8601780 or 5029756. OLE color: 5029756.

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

Color convert

RGB12419176-
CMYK0.3500.600.25
HSL94.96º47.33%52.35%-
HSV(B)94.96º60.21%74.9%-
XYZ28.2542.0713.47-
YUV157.8681.8103.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.71%
GREEN value IS 191 (75% from 255) = 48.85%
BLUE value IS 76 (30.08% from 255) = 19.44%
R=31.71%
G=48.85%
B=19.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal124191760.3500.600.2594.9647.3352.35
Hex7CBF4C2303C195f2f34
Octal17427711443074311375764
Binary11111001011111110011001000110111100110011011111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,191,76); }

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

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

 a { background-color: rgb(124,191,76); }

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

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

 span { border-color: rgb(124,191,76); }

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