Html Css Color HEX #70D846 Mantis

📋 copy color: '#70D846'

red 112 ◦ green 216 ◦ blue 70

#70D846
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #70D846

Tints of Mantis #70D846

RGB

 RED value IS 112 (44.14% from 255) = 28.14%

 GREEN value IS 216 (84.77% from 255) = 54.27%

 BLUE value IS 70 (27.73% from 255) = 17.59%

R = 28.14%
G = 54.27%
B = 17.59%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#70D846 (or 0x70D846) is known color: Mantis. HEX triplet: 70, D8 and 46. RGB value is (112,216,70). Sum of RGB (Red+Green+Blue) = 112+216+70=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 216 (84.77% from 255 or 54.27% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 216 - color contains mainly: green. Hex color #70D846 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D846 is #8F27B9. Grayscale: #A8A8A8. Windows color (decimal): -9381818 or 4642928. OLE color: 4642928.

HSL color Cylindrical-coordinate representation of color #70D846: hue angle of 102.74º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70D846 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 216 70 -
CMYK 0.48 0 0.68 0.15
HSL 102.74º 0.65% 0.56% -
HSV(B) 102.74º 0.68% 0.85% -
XYZ 32.34 53 14.32 -
YUV 168.26 72.54 87.87 -
System Red Green Blue C M Y K H S L
Decimal 112 216 70 0.48 0 0.68 0.15 102.74 0.65 0.56
Hex 70 D8 46 30 0 44 F 67 41 38
Octal 160 330 106 60 0 104 17 147 101 70
Binary 1110000 11011000 1000110 110000 0 1000100 1111 1100111 1000001 111000

Color Harmonies of #70D846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D846

Black with #70D846

Text Example


Text Example

White with #70D846

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,216,70); }

 H1.HeaderClassName
 {
   color: #70D846;
 }
 .AnyTagClassName
 {
   color: #70D846;
 }
</style>

background-color css

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

 a { background-color: rgb(112,216,70); }

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

border-color css

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

 span { border-color: rgb(112,216,70); }

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