Html Css Color HEX #70CC61 Mantis

📋 copy color: '#70CC61'

red 112 ◦ green 204 ◦ blue 97

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

Shades of Mantis #70CC61

Tints of Mantis #70CC61

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.39%

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

R = 27.12%
G = 49.39%
B = 23.49%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#70CC61 (or 0x70CC61) is known color: Mantis. HEX triplet: 70, CC and 61. RGB value is (112,204,97). Sum of RGB (Red+Green+Blue) = 112+204+97=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #70CC61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CC61 is #8F339E. Grayscale: #A4A4A4. Windows color (decimal): -9384863 or 6409328. OLE color: 6409328.

HSL color Cylindrical-coordinate representation of color #70CC61: hue angle of 111.59º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70CC61 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 204 97 -
CMYK 0.45 0 0.52 0.2
HSL 111.59º 0.51% 0.59% -
HSV(B) 111.59º 0.52% 0.8% -
XYZ 30.43 47.49 18.87 -
YUV 164.29 90.02 90.7 -
System Red Green Blue C M Y K H S L
Decimal 112 204 97 0.45 0 0.52 0.2 111.59 0.51 0.59
Hex 70 CC 61 2D 0 34 14 70 33 3B
Octal 160 314 141 55 0 64 24 160 63 73
Binary 1110000 11001100 1100001 101101 0 110100 10100 1110000 110011 111011

Color Harmonies of #70CC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CC61

Black with #70CC61

Text Example


Text Example

White with #70CC61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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