Html Css Color HEX #70D745 Mantis

📋 copy color: '#70D745'

red 112 ◦ green 215 ◦ blue 69

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

Shades of Mantis #70D745

Tints of Mantis #70D745

RGB

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

 GREEN value IS 215 (84.38% from 255) = 54.29%

 BLUE value IS 69 (27.34% from 255) = 17.42%

R = 28.28%
G = 54.29%
B = 17.42%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#70D745 (or 0x70D745) is known color: Mantis. HEX triplet: 70, D7 and 45. RGB value is (112,215,69). Sum of RGB (Red+Green+Blue) = 112+215+69=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 215 (84.38% from 255 or 54.29% from 396); Blue value is 69 (27.34% from 255 or 17.42% from 396); Max value from RGB is 215 - color contains mainly: green. Hex color #70D745 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D745 is #8F28BA. Grayscale: #A8A8A8. Windows color (decimal): -9382075 or 4577136. OLE color: 4577136.

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

Color convert

RGB 112 215 69 -
CMYK 0.48 0 0.68 0.16
HSL 102.33º 0.65% 0.56% -
HSV(B) 102.33º 0.68% 0.84% -
XYZ 32.06 52.48 14.07 -
YUV 167.56 72.38 88.37 -
System Red Green Blue C M Y K H S L
Decimal 112 215 69 0.48 0 0.68 0.16 102.33 0.65 0.56
Hex 70 D7 45 30 0 44 10 66 41 38
Octal 160 327 105 60 0 104 20 146 101 70
Binary 1110000 11010111 1000101 110000 0 1000100 10000 1100110 1000001 111000

Color Harmonies of #70D745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D745

Black with #70D745

Text Example


Text Example

White with #70D745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,215,69); }

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

background-color css

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

 a { background-color: rgb(112,215,69); }

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

border-color css

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

 span { border-color: rgb(112,215,69); }

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