#70E73C

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

Shades of Mantis #70E73C

Tints of Mantis #70E73C

Color information

#70E73C (or 0x70E73C) is unknown color: approx Mantis. HEX triplet: 70, E7 and 3C. RGB value is (112,231,60). Sum of RGB (Red+Green+Blue) = 112+231+60=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 231 (90.62% from 255 or 57.32% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 231 - color contains mainly: green. Hex color #70E73C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70E73C is #8F18C3. Grayscale: #B0B0B0. Windows color (decimal): -9377988 or 3991408. OLE color: 3991408.

HSL color Cylindrical-coordinate representation of color #70E73C: hue angle of 101.75º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70E73C is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB11223160-
CMYK0.5200.740.09
HSL101.75º78.08%57.06%-
HSV(B)101.75º74.03%90.59%-
XYZ36.0760.9214.13-
YUV175.9262.5882.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.79%
GREEN value IS 231 (90.62% from 255) = 57.32%
BLUE value IS 60 (23.83% from 255) = 14.89%
R=27.79%
G=57.32%
B=14.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal112231600.5200.740.09101.7578.0857.06
Hex70E73C3404A9664e39
Octal160347746401121114611671
Binary11100001110011111110011010001001010100111001101001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E73C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,231,60); }

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

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

 a { background-color: rgb(112,231,60); }

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

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

 span { border-color: rgb(112,231,60); }

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