Html Css Color HEX #70DA56 Mantis

📋 copy color: '#70DA56'

red 112 ◦ green 218 ◦ blue 86

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

Shades of Mantis #70DA56

Tints of Mantis #70DA56

RGB

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

 GREEN value IS 218 (85.55% from 255) = 52.4%

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

R = 26.92%
G = 52.4%
B = 20.67%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#70DA56 (or 0x70DA56) is known color: Mantis. HEX triplet: 70, DA and 56. RGB value is (112,218,86). Sum of RGB (Red+Green+Blue) = 112+218+86=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 218 (85.55% from 255 or 52.40% from 416); Blue value is 86 (33.98% from 255 or 20.67% from 416); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DA56 is #8F25A9. Grayscale: #ABABAB. Windows color (decimal): -9381290 or 5692016. OLE color: 5692016.

HSL color Cylindrical-coordinate representation of color #70DA56: hue angle of 108.18º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70DA56 is Cyan = 0.49, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 218 86 -
CMYK 0.49 0 0.61 0.15
HSL 108.18º 0.64% 0.6% -
HSV(B) 108.18º 0.61% 0.85% -
XYZ 33.43 54.26 17.52 -
YUV 171.26 79.88 85.73 -
System Red Green Blue C M Y K H S L
Decimal 112 218 86 0.49 0 0.61 0.15 108.18 0.64 0.6
Hex 70 DA 56 31 0 3D F 6C 40 3C
Octal 160 332 126 61 0 75 17 154 100 74
Binary 1110000 11011010 1010110 110001 0 111101 1111 1101100 1000000 111100

Color Harmonies of #70DA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DA56

Black with #70DA56

Text Example


Text Example

White with #70DA56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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