#7fbf54

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

Shades of Mantis #7FBF54

Tints of Mantis #7FBF54

Color information

#7FBF54 (or 0x7FBF54) is unknown color: approx Mantis. HEX triplet: 7F, BF and 54. RGB value is (127,191,84). Sum of RGB (Red+Green+Blue) = 127+191+84=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBF54 is #8040AB. Grayscale: #A0A0A0. Windows color (decimal): -8405164 or 5554047. OLE color: 5554047.

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

Color convert

RGB12719184-
CMYK0.3400.560.25
HSL95.89º45.53%53.92%-
HSV(B)95.89º56.02%74.9%-
XYZ28.9842.4115.05-
YUV159.6785.3104.7-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.59%
GREEN value IS 191 (75% from 255) = 47.51%
BLUE value IS 84 (33.20% from 255) = 20.90%
R=31.59%
G=47.51%
B=20.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127191840.3400.560.2595.8945.5353.92
Hex7FBF542203819602e36
Octal17727712442070311405666
Binary11111111011111110101001000100111000110011100000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fbf54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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