Html Css Color HEX #70C360 Mantis

📋 copy color: '#70C360'

red 112 ◦ green 195 ◦ blue 96

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

Shades of Mantis #70C360

Tints of Mantis #70C360

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.39%

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

R = 27.79%
G = 48.39%
B = 23.82%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#70C360 (or 0x70C360) is known color: Mantis. HEX triplet: 70, C3 and 60. RGB value is (112,195,96). Sum of RGB (Red+Green+Blue) = 112+195+96=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #70C360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C360 is #8F3C9F. Grayscale: #9F9F9F. Windows color (decimal): -9387168 or 6341488. OLE color: 6341488.

HSL color Cylindrical-coordinate representation of color #70C360: hue angle of 110.3º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70C360 is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 195 96 -
CMYK 0.43 0 0.51 0.24
HSL 110.3º 0.45% 0.57% -
HSV(B) 110.3º 0.51% 0.76% -
XYZ 28.31 43.32 17.94 -
YUV 158.9 92.5 94.55 -
System Red Green Blue C M Y K H S L
Decimal 112 195 96 0.43 0 0.51 0.24 110.3 0.45 0.57
Hex 70 C3 60 2B 0 33 18 6E 2D 39
Octal 160 303 140 53 0 63 30 156 55 71
Binary 1110000 11000011 1100000 101011 0 110011 11000 1101110 101101 111001

Color Harmonies of #70C360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C360

Black with #70C360

Text Example


Text Example

White with #70C360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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