Html Css Color HEX #70D060 Mantis

📋 copy color: '#70D060'

red 112 ◦ green 208 ◦ blue 96

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

Shades of Mantis #70D060

Tints of Mantis #70D060

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50%

 BLUE value IS 96 (37.89% from 255) = 23.08%

R = 26.92%
G = 50%
B = 23.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#70D060 (or 0x70D060) is known color: Mantis. HEX triplet: 70, D0 and 60. RGB value is (112,208,96). Sum of RGB (Red+Green+Blue) = 112+208+96=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #70D060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D060 is #8F2F9F. Grayscale: #A6A6A6. Windows color (decimal): -9383840 or 6344816. OLE color: 6344816.

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

Color convert

RGB 112 208 96 -
CMYK 0.46 0 0.54 0.18
HSL 111.43º 0.54% 0.6% -
HSV(B) 111.43º 0.54% 0.82% -
XYZ 31.35 49.4 18.95 -
YUV 166.53 88.2 89.11 -
System Red Green Blue C M Y K H S L
Decimal 112 208 96 0.46 0 0.54 0.18 111.43 0.54 0.6
Hex 70 D0 60 2E 0 36 12 6F 36 3C
Octal 160 320 140 56 0 66 22 157 66 74
Binary 1110000 11010000 1100000 101110 0 110110 10010 1101111 110110 111100

Color Harmonies of #70D060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D060

Black with #70D060

Text Example


Text Example

White with #70D060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,208,96); }

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

background-color css

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

 a { background-color: rgb(112,208,96); }

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

border-color css

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

 span { border-color: rgb(112,208,96); }

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