#7FBF52

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

Shades of Mantis #7FBF52

Tints of Mantis #7FBF52

Color information

#7FBF52 (or 0x7FBF52) is unknown color: approx Mantis. HEX triplet: 7F, BF and 52. RGB value is (127,191,82). Sum of RGB (Red+Green+Blue) = 127+191+82=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBF52 is #8040AD. Grayscale: #9F9F9F. Windows color (decimal): -8405166 or 5422975. OLE color: 5422975.

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

Color convert

RGB12719182-
CMYK0.3400.570.25
HSL95.23º45.99%53.53%-
HSV(B)95.23º57.07%74.9%-
XYZ28.9142.3814.64-
YUV159.4484.3104.86-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.75%
GREEN value IS 191 (75% from 255) = 47.75%
BLUE value IS 82 (32.42% from 255) = 20.5%
R=31.75%
G=47.75%
B=20.5%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127191820.3400.570.2595.2345.9953.53
Hex7FBF5222039195f2e36
Octal17727712242071311375666
Binary11111111011111110100101000100111001110011011111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,191,82); }

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

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

 a { background-color: rgb(127,191,82); }

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

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

 span { border-color: rgb(127,191,82); }

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