Html Css Color HEX #70B862 Mantis

📋 copy color: '#70B862'

red 112 ◦ green 184 ◦ blue 98

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

Shades of Mantis #70B862

Tints of Mantis #70B862

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.7%

 BLUE value IS 98 (38.67% from 255) = 24.87%

R = 28.43%
G = 46.7%
B = 24.87%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#70B862 (or 0x70B862) is known color: Mantis. HEX triplet: 70, B8 and 62. RGB value is (112,184,98). Sum of RGB (Red+Green+Blue) = 112+184+98=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 184 - color contains mainly: green. Hex color #70B862 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B862 is #8F479D. Grayscale: #989898. Windows color (decimal): -9389982 or 6469744. OLE color: 6469744.

HSL color Cylindrical-coordinate representation of color #70B862: hue angle of 110.23º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70B862 is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 184 98 -
CMYK 0.39 0 0.47 0.28
HSL 110.23º 0.38% 0.55% -
HSV(B) 110.23º 0.47% 0.72% -
XYZ 26.03 38.61 17.64 -
YUV 152.67 97.15 98.99 -
System Red Green Blue C M Y K H S L
Decimal 112 184 98 0.39 0 0.47 0.28 110.23 0.38 0.55
Hex 70 B8 62 27 0 2F 1C 6E 26 37
Octal 160 270 142 47 0 57 34 156 46 67
Binary 1110000 10111000 1100010 100111 0 101111 11100 1101110 100110 110111

Color Harmonies of #70B862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B862

Black with #70B862

Text Example


Text Example

White with #70B862

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,184,98); }

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

background-color css

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

 a { background-color: rgb(112,184,98); }

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

border-color css

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

 span { border-color: rgb(112,184,98); }

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