#70E441

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

Shades of Mantis #70E441

Tints of Mantis #70E441

Color information

#70E441 (or 0x70E441) is unknown color: approx Mantis. HEX triplet: 70, E4 and 41. RGB value is (112,228,65). Sum of RGB (Red+Green+Blue) = 112+228+65=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 228 (89.45% from 255 or 56.30% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 228 - color contains mainly: green. Hex color #70E441 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E441 is #8F1BBE. Grayscale: #AFAFAF. Windows color (decimal): -9378751 or 4318320. OLE color: 4318320.

HSL color Cylindrical-coordinate representation of color #70E441: hue angle of 102.7º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70E441 is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB11222865-
CMYK0.5100.710.11
HSL102.7º75.12%57.45%-
HSV(B)102.7º71.49%89.41%-
XYZ35.3859.3114.58-
YUV174.7366.0783.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.65%
GREEN value IS 228 (89.45% from 255) = 56.30%
BLUE value IS 65 (25.78% from 255) = 16.05%
R=27.65%
G=56.30%
B=16.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal112228650.5100.710.11102.775.1257.45
Hex70E44133047B674b39
Octal1603441016301071314711371
Binary111000011100100100000111001101000111101111001111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,228,65); }

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

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

 a { background-color: rgb(112,228,65); }

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

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

 span { border-color: rgb(112,228,65); }

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