Html Css Color HEX #70D54D Mantis

📋 copy color: '#70D54D'

red 112 ◦ green 213 ◦ blue 77

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

Shades of Mantis #70D54D

Tints of Mantis #70D54D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.99%

 BLUE value IS 77 (30.47% from 255) = 19.15%

R = 27.86%
G = 52.99%
B = 19.15%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#70D54D (or 0x70D54D) is known color: Mantis. HEX triplet: 70, D5 and 4D. RGB value is (112,213,77). Sum of RGB (Red+Green+Blue) = 112+213+77=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 213 (83.59% from 255 or 52.99% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 213 - color contains mainly: green. Hex color #70D54D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D54D is #8F2AB2. Grayscale: #A7A7A7. Windows color (decimal): -9382579 or 5100912. OLE color: 5100912.

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

Color convert

RGB 112 213 77 -
CMYK 0.47 0 0.64 0.16
HSL 104.56º 0.62% 0.57% -
HSV(B) 104.56º 0.64% 0.84% -
XYZ 31.82 51.57 15.3 -
YUV 167.3 77.04 88.56 -
System Red Green Blue C M Y K H S L
Decimal 112 213 77 0.47 0 0.64 0.16 104.56 0.62 0.57
Hex 70 D5 4D 2F 0 40 10 69 3E 39
Octal 160 325 115 57 0 100 20 151 76 71
Binary 1110000 11010101 1001101 101111 0 1000000 10000 1101001 111110 111001

Color Harmonies of #70D54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D54D

Black with #70D54D

Text Example


Text Example

White with #70D54D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,213,77); }

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

background-color css

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

 a { background-color: rgb(112,213,77); }

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

border-color css

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

 span { border-color: rgb(112,213,77); }

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