Html Css Color HEX #70CE61 Mantis

📋 copy color: '#70CE61'

red 112 ◦ green 206 ◦ blue 97

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

Shades of Mantis #70CE61

Tints of Mantis #70CE61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.37%

R = 26.99%
G = 49.64%
B = 23.37%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#70CE61 (or 0x70CE61) is known color: Mantis. HEX triplet: 70, CE and 61. RGB value is (112,206,97). Sum of RGB (Red+Green+Blue) = 112+206+97=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CE61 is #8F319E. Grayscale: #A5A5A5. Windows color (decimal): -9384351 or 6409840. OLE color: 6409840.

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

Color convert

RGB 112 206 97 -
CMYK 0.46 0 0.53 0.19
HSL 111.74º 0.53% 0.59% -
HSV(B) 111.74º 0.53% 0.81% -
XYZ 30.91 48.45 19.03 -
YUV 165.47 89.36 89.86 -
System Red Green Blue C M Y K H S L
Decimal 112 206 97 0.46 0 0.53 0.19 111.74 0.53 0.59
Hex 70 CE 61 2E 0 35 13 70 35 3B
Octal 160 316 141 56 0 65 23 160 65 73
Binary 1110000 11001110 1100001 101110 0 110101 10011 1110000 110101 111011

Color Harmonies of #70CE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CE61

Black with #70CE61

Text Example


Text Example

White with #70CE61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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