Html Css Color HEX #70D852 Mantis

📋 copy color: '#70D852'

red 112 ◦ green 216 ◦ blue 82

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

Shades of Mantis #70D852

Tints of Mantis #70D852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20%

R = 27.32%
G = 52.68%
B = 20%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#70D852 (or 0x70D852) is known color: Mantis. HEX triplet: 70, D8 and 52. RGB value is (112,216,82). Sum of RGB (Red+Green+Blue) = 112+216+82=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 216 (84.77% from 255 or 52.68% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 216 - color contains mainly: green. Hex color #70D852 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D852 is #8F27AD. Grayscale: #AAAAAA. Windows color (decimal): -9381806 or 5429360. OLE color: 5429360.

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

Color convert

RGB 112 216 82 -
CMYK 0.48 0 0.62 0.15
HSL 106.57º 0.63% 0.58% -
HSV(B) 106.57º 0.62% 0.85% -
XYZ 32.76 53.17 16.52 -
YUV 169.63 78.54 86.9 -
System Red Green Blue C M Y K H S L
Decimal 112 216 82 0.48 0 0.62 0.15 106.57 0.63 0.58
Hex 70 D8 52 30 0 3E F 6B 3F 3A
Octal 160 330 122 60 0 76 17 153 77 72
Binary 1110000 11011000 1010010 110000 0 111110 1111 1101011 111111 111010

Color Harmonies of #70D852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D852

Black with #70D852

Text Example


Text Example

White with #70D852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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