#70CB64

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

Shades of Mantis #70CB64

Tints of Mantis #70CB64

Color information

#70CB64 (or 0x70CB64) is unknown color: approx Mantis. HEX triplet: 70, CB and 64. RGB value is (112,203,100). Sum of RGB (Red+Green+Blue) = 112+203+100=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CB64 is #8F349B. Grayscale: #A4A4A4. Windows color (decimal): -9385116 or 6605680. OLE color: 6605680.

HSL color Cylindrical-coordinate representation of color #70CB64: hue angle of 113.01º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70CB64 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB112203100-
CMYK0.4500.510.20
HSL113.01º49.76%59.41%-
HSV(B)113.01º50.74%79.61%-
XYZ30.3447.0819.54-
YUV164.0591.8590.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.99%
GREEN value IS 203 (79.69% from 255) = 48.92%
BLUE value IS 100 (39.45% from 255) = 24.10%
R=26.99%
G=48.92%
B=24.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1122031000.4500.510.20113.0149.7659.41
Hex70CB642D0331471323b
Octal16031314455063241616273
Binary11100001100101111001001011010110011101001110001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,203,100); }

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

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

 a { background-color: rgb(112,203,100); }

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

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

 span { border-color: rgb(112,203,100); }

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