Html Css Color HEX #70D256 Mantis

📋 copy color: '#70D256'

red 112 ◦ green 210 ◦ blue 86

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

Shades of Mantis #70D256

Tints of Mantis #70D256

RGB

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

 GREEN value IS 210 (82.42% from 255) = 51.47%

 BLUE value IS 86 (33.98% from 255) = 21.08%

R = 27.45%
G = 51.47%
B = 21.08%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#70D256 (or 0x70D256) is known color: Mantis. HEX triplet: 70, D2 and 56. RGB value is (112,210,86). Sum of RGB (Red+Green+Blue) = 112+210+86=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 210 (82.42% from 255 or 51.47% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 210 - color contains mainly: green. Hex color #70D256 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D256 is #8F2DA9. Grayscale: #A6A6A6. Windows color (decimal): -9383338 or 5689968. OLE color: 5689968.

HSL color Cylindrical-coordinate representation of color #70D256: hue angle of 107.42º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70D256 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 210 86 -
CMYK 0.47 0 0.59 0.18
HSL 107.42º 0.58% 0.58% -
HSV(B) 107.42º 0.59% 0.82% -
XYZ 31.41 50.21 16.84 -
YUV 166.56 82.53 89.08 -
System Red Green Blue C M Y K H S L
Decimal 112 210 86 0.47 0 0.59 0.18 107.42 0.58 0.58
Hex 70 D2 56 2F 0 3B 12 6B 3A 3A
Octal 160 322 126 57 0 73 22 153 72 72
Binary 1110000 11010010 1010110 101111 0 111011 10010 1101011 111010 111010

Color Harmonies of #70D256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D256

Black with #70D256

Text Example


Text Example

White with #70D256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,210,86); }

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

background-color css

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

 a { background-color: rgb(112,210,86); }

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

border-color css

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

 span { border-color: rgb(112,210,86); }

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