#70CA4B

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

Shades of Mantis #70CA4B

Tints of Mantis #70CA4B

Color information

#70CA4B (or 0x70CA4B) is unknown color: approx Mantis. HEX triplet: 70, CA and 4B. RGB value is (112,202,75). Sum of RGB (Red+Green+Blue) = 112+202+75=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 202 (79.30% from 255 or 51.93% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CA4B is #8F35B4. Grayscale: #A1A1A1. Windows color (decimal): -9385397 or 4967024. OLE color: 4967024.

HSL color Cylindrical-coordinate representation of color #70CA4B: hue angle of 102.52º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70CA4B is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB11220275-
CMYK0.4500.630.21
HSL102.52º54.51%54.31%-
HSV(B)102.52º62.87%79.22%-
XYZ29.0746.1914.04-
YUV160.6179.6893.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.79%
GREEN value IS 202 (79.30% from 255) = 51.93%
BLUE value IS 75 (29.69% from 255) = 19.28%
R=28.79%
G=51.93%
B=19.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal112202750.4500.630.21102.5254.5154.31
Hex70CA4B2D03F15673736
Octal16031211355077251476766
Binary11100001100101010010111011010111111101011100111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,202,75); }

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

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

 a { background-color: rgb(112,202,75); }

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

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

 span { border-color: rgb(112,202,75); }

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