Html Css Color HEX #70CE62 Mantis

📋 copy color: '#70CE62'

red 112 ◦ green 206 ◦ blue 98

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

Shades of Mantis #70CE62

Tints of Mantis #70CE62

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.52%

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

R = 26.92%
G = 49.52%
B = 23.56%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#70CE62 (or 0x70CE62) is known color: Mantis. HEX triplet: 70, CE and 62. RGB value is (112,206,98). Sum of RGB (Red+Green+Blue) = 112+206+98=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CE62 is #8F319D. Grayscale: #A5A5A5. Windows color (decimal): -9384350 or 6475376. OLE color: 6475376.

HSL color Cylindrical-coordinate representation of color #70CE62: hue angle of 112.22º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70CE62 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 206 98 -
CMYK 0.46 0 0.52 0.19
HSL 112.22º 0.52% 0.6% -
HSV(B) 112.22º 0.52% 0.81% -
XYZ 30.96 48.47 19.28 -
YUV 165.58 89.86 89.78 -
System Red Green Blue C M Y K H S L
Decimal 112 206 98 0.46 0 0.52 0.19 112.22 0.52 0.6
Hex 70 CE 62 2E 0 34 13 70 34 3C
Octal 160 316 142 56 0 64 23 160 64 74
Binary 1110000 11001110 1100010 101110 0 110100 10011 1110000 110100 111100

Color Harmonies of #70CE62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CE62

Black with #70CE62

Text Example


Text Example

White with #70CE62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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