Html Css Color HEX #70BA62 Mantis

📋 copy color: '#70BA62'

red 112 ◦ green 186 ◦ blue 98

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

Shades of Mantis #70BA62

Tints of Mantis #70BA62

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.97%

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

R = 28.28%
G = 46.97%
B = 24.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#70BA62 (or 0x70BA62) is known color: Mantis. HEX triplet: 70, BA and 62. RGB value is (112,186,98). Sum of RGB (Red+Green+Blue) = 112+186+98=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA62 is #8F459D. Grayscale: #9A9A9A. Windows color (decimal): -9389470 or 6470256. OLE color: 6470256.

HSL color Cylindrical-coordinate representation of color #70BA62: hue angle of 110.45º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70BA62 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 186 98 -
CMYK 0.40 0 0.47 0.27
HSL 110.45º 0.39% 0.56% -
HSV(B) 110.45º 0.47% 0.73% -
XYZ 26.45 39.44 17.77 -
YUV 153.84 96.48 98.16 -
System Red Green Blue C M Y K H S L
Decimal 112 186 98 0.40 0 0.47 0.27 110.45 0.39 0.56
Hex 70 BA 62 28 0 2F 1B 6E 27 38
Octal 160 272 142 50 0 57 33 156 47 70
Binary 1110000 10111010 1100010 101000 0 101111 11011 1101110 100111 111000

Color Harmonies of #70BA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BA62

Black with #70BA62

Text Example


Text Example

White with #70BA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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