#7CBF63

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

Shades of Mantis #7CBF63

Tints of Mantis #7CBF63

Color information

#7CBF63 (or 0x7CBF63) is unknown color: approx Mantis. HEX triplet: 7C, BF and 63. RGB value is (124,191,99). Sum of RGB (Red+Green+Blue) = 124+191+99=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 99 (39.06% from 255 or 23.91% from 414); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBF63 is #83409C. Grayscale: #A0A0A0. Windows color (decimal): -8601757 or 6537084. OLE color: 6537084.

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

Color convert

RGB12419199-
CMYK0.3500.480.25
HSL103.7º41.82%56.86%-
HSV(B)103.7º48.17%74.9%-
XYZ29.242.4518.46-
YUV160.4893.3101.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.95%
GREEN value IS 191 (75% from 255) = 46.14%
BLUE value IS 99 (39.06% from 255) = 23.91%
R=29.95%
G=46.14%
B=23.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal124191990.3500.480.25103.741.8256.86
Hex7CBF632303019682a39
Octal17427714343060311505271
Binary11111001011111111000111000110110000110011101000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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