Html Css Color HEX #70D645 Mantis

📋 copy color: '#70D645'

red 112 ◦ green 214 ◦ blue 69

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

Shades of Mantis #70D645

Tints of Mantis #70D645

RGB

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

 GREEN value IS 214 (83.98% from 255) = 54.18%

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

R = 28.35%
G = 54.18%
B = 17.47%

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

#70D645 (or 0x70D645) is known color: Mantis. HEX triplet: 70, D6 and 45. RGB value is (112,214,69). Sum of RGB (Red+Green+Blue) = 112+214+69=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 214 (83.98% from 255 or 54.18% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 214 - color contains mainly: green. Hex color #70D645 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D645 is #8F29BA. Grayscale: #A7A7A7. Windows color (decimal): -9382331 or 4576880. OLE color: 4576880.

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

Color convert

RGB 112 214 69 -
CMYK 0.48 0 0.68 0.16
HSL 102.21º 0.64% 0.55% -
HSV(B) 102.21º 0.68% 0.84% -
XYZ 31.8 51.97 13.98 -
YUV 166.97 72.71 88.79 -
System Red Green Blue C M Y K H S L
Decimal 112 214 69 0.48 0 0.68 0.16 102.21 0.64 0.55
Hex 70 D6 45 30 0 44 10 66 40 37
Octal 160 326 105 60 0 104 20 146 100 67
Binary 1110000 11010110 1000101 110000 0 1000100 10000 1100110 1000000 110111

Color Harmonies of #70D645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D645

Black with #70D645

Text Example


Text Example

White with #70D645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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