Html Css Color HEX #70BC60 Mantis

📋 copy color: '#70BC60'

red 112 ◦ green 188 ◦ blue 96

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

Shades of Mantis #70BC60

Tints of Mantis #70BC60

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.47%

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

R = 28.28%
G = 47.47%
B = 24.24%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#70BC60 (or 0x70BC60) is known color: Mantis. HEX triplet: 70, BC and 60. RGB value is (112,188,96). Sum of RGB (Red+Green+Blue) = 112+188+96=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BC60 is #8F439F. Grayscale: #9B9B9B. Windows color (decimal): -9388960 or 6339696. OLE color: 6339696.

HSL color Cylindrical-coordinate representation of color #70BC60: hue angle of 109.57º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70BC60 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 188 96 -
CMYK 0.40 0 0.49 0.26
HSL 109.57º 0.41% 0.56% -
HSV(B) 109.57º 0.49% 0.74% -
XYZ 26.78 40.26 17.43 -
YUV 154.79 94.82 97.48 -
System Red Green Blue C M Y K H S L
Decimal 112 188 96 0.40 0 0.49 0.26 109.57 0.41 0.56
Hex 70 BC 60 28 0 31 1A 6E 29 38
Octal 160 274 140 50 0 61 32 156 51 70
Binary 1110000 10111100 1100000 101000 0 110001 11010 1101110 101001 111000

Color Harmonies of #70BC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BC60

Black with #70BC60

Text Example


Text Example

White with #70BC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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