Html Css Color HEX #70CE60 Mantis

📋 copy color: '#70CE60'

red 112 ◦ green 206 ◦ blue 96

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

Shades of Mantis #70CE60

Tints of Mantis #70CE60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.19%

R = 27.05%
G = 49.76%
B = 23.19%

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

#70CE60 (or 0x70CE60) is known color: Mantis. HEX triplet: 70, CE and 60. RGB value is (112,206,96). Sum of RGB (Red+Green+Blue) = 112+206+96=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 206 (80.86% from 255 or 49.76% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CE60 is #8F319F. Grayscale: #A5A5A5. Windows color (decimal): -9384352 or 6344304. OLE color: 6344304.

HSL color Cylindrical-coordinate representation of color #70CE60: hue angle of 111.27º 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 #70CE60 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 206 96 -
CMYK 0.46 0 0.53 0.19
HSL 111.27º 0.53% 0.59% -
HSV(B) 111.27º 0.53% 0.81% -
XYZ 30.86 48.43 18.79 -
YUV 165.35 88.86 89.94 -
System Red Green Blue C M Y K H S L
Decimal 112 206 96 0.46 0 0.53 0.19 111.27 0.53 0.59
Hex 70 CE 60 2E 0 35 13 6F 35 3B
Octal 160 316 140 56 0 65 23 157 65 73
Binary 1110000 11001110 1100000 101110 0 110101 10011 1101111 110101 111011

Color Harmonies of #70CE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CE60

Black with #70CE60

Text Example


Text Example

White with #70CE60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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