#70BF58

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

Shades of Mantis #70BF58

Tints of Mantis #70BF58

Color information

#70BF58 (or 0x70BF58) is unknown color: approx Mantis. HEX triplet: 70, BF and 58. RGB value is (112,191,88). Sum of RGB (Red+Green+Blue) = 112+191+88=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 191 (75% from 255 or 48.85% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BF58 is #8F40A7. Grayscale: #9B9B9B. Windows color (decimal): -9388200 or 5816176. OLE color: 5816176.

HSL color Cylindrical-coordinate representation of color #70BF58: hue angle of 106.02º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70BF58 is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB11219188-
CMYK0.4100.540.25
HSL106.02º44.59%54.71%-
HSV(B)106.02º53.93%74.9%-
XYZ27.0741.4115.8-
YUV155.6489.8396.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.64%
GREEN value IS 191 (75% from 255) = 48.85%
BLUE value IS 88 (34.77% from 255) = 22.51%
R=28.64%
G=48.85%
B=22.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112191880.4100.540.25106.0244.5954.71
Hex70BF5829036196a2d37
Octal16027713051066311525567
Binary11100001011111110110001010010110110110011101010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70BF58; }

 p { color: rgb(112,191,88); }

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

<style>
 a { background-color: #70BF58; }

 a { background-color: rgb(112,191,88); }

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

<style>
 span { border-color: #70BF58; }

 span { border-color: rgb(112,191,88); }

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