Html Css Color HEX #70D552 Mantis

📋 copy color: '#70D552'

red 112 ◦ green 213 ◦ blue 82

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

Shades of Mantis #70D552

Tints of Mantis #70D552

RGB

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

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

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

R = 27.52%
G = 52.33%
B = 20.15%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#70D552 (or 0x70D552) is known color: Mantis. HEX triplet: 70, D5 and 52. RGB value is (112,213,82). Sum of RGB (Red+Green+Blue) = 112+213+82=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 213 (83.59% from 255 or 52.33% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 213 - color contains mainly: green. Hex color #70D552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D552 is #8F2AAD. Grayscale: #A8A8A8. Windows color (decimal): -9382574 or 5428592. OLE color: 5428592.

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

Color convert

RGB 112 213 82 -
CMYK 0.47 0 0.62 0.16
HSL 106.26º 0.61% 0.58% -
HSV(B) 106.26º 0.62% 0.84% -
XYZ 32 51.64 16.26 -
YUV 167.87 79.54 88.15 -
System Red Green Blue C M Y K H S L
Decimal 112 213 82 0.47 0 0.62 0.16 106.26 0.61 0.58
Hex 70 D5 52 2F 0 3E 10 6A 3D 3A
Octal 160 325 122 57 0 76 20 152 75 72
Binary 1110000 11010101 1010010 101111 0 111110 10000 1101010 111101 111010

Color Harmonies of #70D552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D552

Black with #70D552

Text Example


Text Example

White with #70D552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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