Html Css Color HEX #70C260 Mantis

📋 copy color: '#70C260'

red 112 ◦ green 194 ◦ blue 96

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

Shades of Mantis #70C260

Tints of Mantis #70C260

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.26%

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

R = 27.86%
G = 48.26%
B = 23.88%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#70C260 (or 0x70C260) is known color: Mantis. HEX triplet: 70, C2 and 60. RGB value is (112,194,96). Sum of RGB (Red+Green+Blue) = 112+194+96=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 194 - color contains mainly: green. Hex color #70C260 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C260 is #8F3D9F. Grayscale: #9E9E9E. Windows color (decimal): -9387424 or 6341232. OLE color: 6341232.

HSL color Cylindrical-coordinate representation of color #70C260: hue angle of 110.2º 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 #70C260 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 194 96 -
CMYK 0.42 0 0.51 0.24
HSL 110.2º 0.45% 0.57% -
HSV(B) 110.2º 0.51% 0.76% -
XYZ 28.09 42.87 17.86 -
YUV 158.31 92.83 94.97 -
System Red Green Blue C M Y K H S L
Decimal 112 194 96 0.42 0 0.51 0.24 110.2 0.45 0.57
Hex 70 C2 60 2A 0 33 18 6E 2D 39
Octal 160 302 140 52 0 63 30 156 55 71
Binary 1110000 11000010 1100000 101010 0 110011 11000 1101110 101101 111001

Color Harmonies of #70C260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C260

Black with #70C260

Text Example


Text Example

White with #70C260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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