#7CBF71

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

Shades of Mantis #7CBF71

Tints of Mantis #7CBF71

Color information

#7CBF71 (or 0x7CBF71) is unknown color: approx Mantis. HEX triplet: 7C, BF and 71. RGB value is (124,191,113). Sum of RGB (Red+Green+Blue) = 124+191+113=428 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.97% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBF71 is #83408E. Grayscale: #A2A2A2. Windows color (decimal): -8601743 or 7454588. OLE color: 7454588.

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

Color convert

RGB124191113-
CMYK0.3500.410.25
HSL111.54º37.86%59.61%-
HSV(B)111.54º40.84%74.9%-
XYZ29.9242.7422.3-
YUV162.07100.3100.84-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.97%
GREEN value IS 191 (75% from 255) = 44.63%
BLUE value IS 113 (44.53% from 255) = 26.40%
R=28.97%
G=44.63%
B=26.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241911130.3500.410.25111.5437.8659.61
Hex7CBF71230291970263c
Octal17427716143051311604674
Binary11111001011111111100011000110101001110011110000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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