Html Css Color HEX #70D754 Mantis

📋 copy color: '#70D754'

red 112 ◦ green 215 ◦ blue 84

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

Shades of Mantis #70D754

Tints of Mantis #70D754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.44%

R = 27.25%
G = 52.31%
B = 20.44%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#70D754 (or 0x70D754) is known color: Mantis. HEX triplet: 70, D7 and 54. RGB value is (112,215,84). Sum of RGB (Red+Green+Blue) = 112+215+84=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 215 (84.38% from 255 or 52.31% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 215 - color contains mainly: green. Hex color #70D754 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D754 is #8F28AB. Grayscale: #A9A9A9. Windows color (decimal): -9382060 or 5560176. OLE color: 5560176.

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

Color convert

RGB 112 215 84 -
CMYK 0.48 0 0.61 0.16
HSL 107.18º 0.62% 0.59% -
HSV(B) 107.18º 0.61% 0.84% -
XYZ 32.58 52.69 16.84 -
YUV 169.27 79.88 87.15 -
System Red Green Blue C M Y K H S L
Decimal 112 215 84 0.48 0 0.61 0.16 107.18 0.62 0.59
Hex 70 D7 54 30 0 3D 10 6B 3E 3B
Octal 160 327 124 60 0 75 20 153 76 73
Binary 1110000 11010111 1010100 110000 0 111101 10000 1101011 111110 111011

Color Harmonies of #70D754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D754

Black with #70D754

Text Example


Text Example

White with #70D754

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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