#70BB58

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

Shades of Mantis #70BB58

Tints of Mantis #70BB58

Color information

#70BB58 (or 0x70BB58) is unknown color: approx Mantis. HEX triplet: 70, BB and 58. RGB value is (112,187,88). Sum of RGB (Red+Green+Blue) = 112+187+88=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 187 (73.44% from 255 or 48.32% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 187 - color contains mainly: green. Hex color #70BB58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BB58 is #8F44A7. Grayscale: #999999. Windows color (decimal): -9389224 or 5815152. OLE color: 5815152.

HSL color Cylindrical-coordinate representation of color #70BB58: hue angle of 105.45º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70BB58 is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB11218788-
CMYK0.4000.530.27
HSL105.45º42.13%53.92%-
HSV(B)105.45º52.94%73.33%-
XYZ26.2139.6915.51-
YUV153.2991.1598.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.94%
GREEN value IS 187 (73.44% from 255) = 48.32%
BLUE value IS 88 (34.77% from 255) = 22.74%
R=28.94%
G=48.32%
B=22.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal112187880.4000.530.27105.4542.1353.92
Hex70BB58280351B692a36
Octal16027313050065331515266
Binary11100001011101110110001010000110101110111101001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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