#70CC55

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

Shades of Mantis #70CC55

Tints of Mantis #70CC55

Color information

#70CC55 (or 0x70CC55) is unknown color: approx Mantis. HEX triplet: 70, CC and 55. RGB value is (112,204,85). Sum of RGB (Red+Green+Blue) = 112+204+85=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #70CC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CC55 is #8F33AA. Grayscale: #A3A3A3. Windows color (decimal): -9384875 or 5622896. OLE color: 5622896.

HSL color Cylindrical-coordinate representation of color #70CC55: hue angle of 106.39º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70CC55 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB11220485-
CMYK0.4500.580.2
HSL106.39º53.85%56.67%-
HSV(B)106.39º58.33%80%-
XYZ29.9147.2916.14-
YUV162.9384.0291.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.93%
GREEN value IS 204 (80.08% from 255) = 50.87%
BLUE value IS 85 (33.59% from 255) = 21.20%
R=27.93%
G=50.87%
B=21.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal112204850.4500.580.2106.3953.8556.67
Hex70CC552D03A146a3639
Octal16031412555072241526671
Binary11100001100110010101011011010111010101001101010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,204,85); }

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

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

 a { background-color: rgb(112,204,85); }

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

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

 span { border-color: rgb(112,204,85); }

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