#70C54F

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

Shades of Mantis #70C54F

Tints of Mantis #70C54F

Color information

#70C54F (or 0x70C54F) is unknown color: approx Mantis. HEX triplet: 70, C5 and 4F. RGB value is (112,197,79). Sum of RGB (Red+Green+Blue) = 112+197+79=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 197 (77.34% from 255 or 50.77% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 197 - color contains mainly: green. Hex color #70C54F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C54F is #8F3AB0. Grayscale: #9E9E9E. Windows color (decimal): -9386673 or 5227888. OLE color: 5227888.

HSL color Cylindrical-coordinate representation of color #70C54F: hue angle of 103.22º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70C54F is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB11219779-
CMYK0.4300.600.23
HSL103.22º50.43%54.12%-
HSV(B)103.22º59.9%77.25%-
XYZ28.0643.9414.4-
YUV158.1383.3495.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.87%
GREEN value IS 197 (77.34% from 255) = 50.77%
BLUE value IS 79 (31.25% from 255) = 20.36%
R=28.87%
G=50.77%
B=20.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal112197790.4300.600.23103.2250.4354.12
Hex70C54F2B03C17673236
Octal16030511753074271476266
Binary11100001100010110011111010110111100101111100111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,197,79); }

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

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

 a { background-color: rgb(112,197,79); }

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

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

 span { border-color: rgb(112,197,79); }

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